Skip to content

Commit

Permalink
Update GHA.Windows: replace gcc with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 14, 2024
1 parent 814c580 commit b1225ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'windows') }}
shell: msys2 {0}
run: |
ln -s /clang64/bin/clang /usr/local/bin/gcc
ln -s /clang64/bin/clang++ /usr/local/bin/g++
cd /clang64/bin/ && ln -s clang gcc && ln -s clang++ g++
sh build.sh
- name: Upload log
Expand Down

0 comments on commit b1225ae

Please sign in to comment.