Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Jun 21, 2024
1 parent 67a9526 commit de9f4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Add MSYS2 to PATH
run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
- name: make
run: make CC=x86_64-w64-mingw32-gcc HAVE_LIBZIP=1
run: make HAVE_LIBZIP=1
- name: make tests
run: make CC=x86_64-w64-mingw32-gcc HAVE_LIBZIP=1 tests
run: make HAVE_LIBZIP=1 tests

0 comments on commit de9f4a4

Please sign in to comment.