Skip to content

Commit

Permalink
try clang
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 21, 2024
1 parent 1727094 commit ac9a674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
compiler: [gcc]
compiler: [clang]
steps:
- uses: actions/checkout@v2
- name: Compile Library
Expand All @@ -36,7 +36,7 @@ jobs:
make test CC=${{ matrix.compiler }}
- name: Run Unittests
run: |
$env:PATH = "C:\msys64\ucrt64\bin;C:\msys64\usr\bin;$env:PATH"
$env:PATH = "$MINGW_PREFIX/bin/;C:\msys64\ucrt64\bin;C:\msys64\usr\bin;$env:PATH"
make runtests
coverage:
Expand Down

0 comments on commit ac9a674

Please sign in to comment.