Skip to content

Commit

Permalink
another attempt to get windows gcc to work
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 21, 2024
1 parent 37f5fdd commit 1727094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
${{ matrix.compiler }} --version
make test CC=${{ matrix.compiler }}
- name: Run Unittests
run: make runtests
run: |
$env:PATH = "C:\msys64\ucrt64\bin;C:\msys64\usr\bin;$env:PATH"
make runtests
coverage:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1727094

Please sign in to comment.