Skip to content

Commit

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

0 comments on commit c1ce761

Please sign in to comment.