Skip to content

Commit

Permalink
CI: Bump dependencies versions
Browse files Browse the repository at this point in the history
Exiv2 v0.28.1 works fine on Linux.

aom v3.7.1 is the latest stable release so use it instead of master.
  • Loading branch information
AlynxZhou authored and aurelienpierre committed Dec 3, 2023
1 parent 10e86a9 commit 1273fbf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lin-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
libcurl4-gnutls-dev \
libde265-dev \
libimage-exiftool-perl \
libinih-dev \
libgdk-pixbuf2.0-dev \
libglib2.0-dev \
libgraphicsmagick1-dev \
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'Exiv2/exiv2'
ref: '0.27-maintenance'
ref: 'v0.28.1'
path: 'exiv2-src'
fetch-depth: 1
# Install manually compiled dependencies into system, so ansel will link
Expand All @@ -146,8 +147,8 @@ jobs:
# aom is not on GitHub so cannot use the action.
- name: Manually build and install OAM AVI codec for libavif and libheif
run: |
git clone --depth 1 https://aomedia.googlesource.com/aom
cd aom
git clone --branch v3.7.1 --depth 1 https://aomedia.googlesource.com/aom aom-src
cd aom-src
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 1273fbf

Please sign in to comment.