Skip to content

Commit

Permalink
libzip workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Jun 21, 2024
1 parent 94bdd54 commit 9d96c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install xmllint
run: sudo apt-get install -y libzip-dev
- uses: actions/checkout@v4
- name: make
run: make HAVE_LIBZIP=1
Expand Down

0 comments on commit 9d96c89

Please sign in to comment.