Skip to content

Commit

Permalink
try mingw64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Jun 22, 2024
1 parent 2b6ac4d commit 127c35c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- name: Set up MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: >-
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-libzip
- name: Add MSYS2 to PATH
run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
mingw64/base-devel
mingw64/mingw-w64-x86_64-toolchain
mingw64/mingw-w64-x86_64-libzip
- name: make
run: make HAVE_LIBZIP=1
- name: make tests
Expand Down

0 comments on commit 127c35c

Please sign in to comment.