Skip to content

Commit 347d74f

Browse files
committed
Revert "Update LLVM (#27)"
This reverts commit f2b20fb.
1 parent f2b20fb commit 347d74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ runs:
164164
if: steps.platform.outputs.id == 'win'
165165
shell: bash
166166
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
167+
curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe -o llvm-inst.exe
168168
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/*
169169
echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
170170

0 commit comments

Comments
 (0)