Skip to content

Commit

Permalink
which gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Jun 22, 2024
1 parent 5804371 commit 6e2f782
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ jobs:
build-win64:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: >-
mingw64/mingw-w64-x86_64-toolchain
mingw64/mingw-w64-x86_64-libzip
- name: make
run: make HAVE_LIBZIP=1
- name: make tests
run: make HAVE_LIBZIP=1 tests
- name: get gcc path
run: which gcc
# - uses: actions/checkout@v4
# - name: Set up MSYS2
# uses: msys2/setup-msys2@v2
# with:
# msystem: mingw64
# install: >-
# mingw64/mingw-w64-x86_64-toolchain
# mingw64/mingw-w64-x86_64-libzip
# - name: make
# run: make HAVE_LIBZIP=1
# - name: make tests
# run: make HAVE_LIBZIP=1 tests

0 comments on commit 6e2f782

Please sign in to comment.