Skip to content

Commit

Permalink
[ci] Fix clang-santisers job for GHA change
Browse files Browse the repository at this point in the history
GHA has started to switch ubuntu-latest to ubuntu-24.04 which has a
newer libgepub version.
  • Loading branch information
ojwb committed Jan 17, 2025
1 parent eeb80f6 commit 2c7fc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
**/*.log
clang-santisers:
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-24.04'
env:
LIBEXTRACTOR_PREFIX: '/usr/lib/x86_64-linux-gnu/libextractor'
needs: makedist
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
libglib2.0-dev \
libe-book-dev \
libetonyek-dev \
libgepub-0.6-dev \
libgepub-0.7-dev \
libgmime-3.0-dev \
libarchive-dev \
libabw-dev \
Expand Down

0 comments on commit 2c7fc63

Please sign in to comment.