Skip to content

Commit

Permalink
try to workaround github bug actions/runner-images#10001
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Jun 13, 2024
1 parent 63d474e commit 6aa66c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/1-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ runs:
https://github.com/llvm/llvm-project/releases/download/llvmorg-${{ inputs.clang_version }}/LLVM-${{ inputs.clang_version }}-win64.exe
./clang.exe //S # double-slash for bash
rm clang.exe
choco upgrade llvm --version=17.0.6 -y
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
# C:\Program Files\LLVM\bin should already be in PATH
clang-cl --version
Expand Down

0 comments on commit 6aa66c9

Please sign in to comment.