Skip to content

Commit

Permalink
windows workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Jun 21, 2024
1 parent 9d96c89 commit 9c83aaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
update: true
install: libzip
- name: make
run: make HAVE_LIBZIP=1
- name: make tests
Expand Down

0 comments on commit 9c83aaa

Please sign in to comment.