Skip to content

Commit

Permalink
Test build of latest exiv2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed May 10, 2024
1 parent 411a228 commit e6ac1db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
libboost-dev \
libopencv-dev \
libdlib-dev \
libexiv2-dev \
libgmock-dev \
libgl1-mesa-dev \
libglvnd-dev \
Expand All @@ -71,6 +70,16 @@ jobs:
cmake --build . --target all
sudo cmake --build . --target install
- name: Install Exiv2
run: |
git clone -b v0.28.2 https://github.com/Exiv2/exiv2.git
cd exiv2
mkdir build
cd build
cmake ..
cmake --build . --target all
sudo cmake --build . --target install
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
Expand Down

0 comments on commit e6ac1db

Please sign in to comment.