Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
Workaround for ClangCl
  • Loading branch information
HenryAWE committed Jun 7, 2024
1 parent 1ca6bc7 commit 6d99103
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ jobs:
with:
arch: amd64

# Workaround
# See https://github.com/actions/runner-images/issues/10001
- name: Workaround
shell: ps1
run: mv C:/Program\ Files/LLVM C:/Program\ Files/LLVM_old

- name: Build
run: >
./build.ps1
Expand Down

0 comments on commit 6d99103

Please sign in to comment.