We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b20fb commit 347d74fCopy full SHA for 347d74f
action.yml
@@ -164,7 +164,7 @@ runs:
164
if: steps.platform.outputs.id == 'win'
165
shell: bash
166
run: |
167
- curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/LLVM-19.1.7-win64.exe -o llvm-inst.exe
+ curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe -o llvm-inst.exe
168
7z x llvm-inst.exe -ollvm bin/clang.exe bin/clang++.exe bin/lld-link.exe bin/llvm-rc.exe bin/*.dll lib/clang/*/include/*
169
echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
170
0 commit comments