File tree Expand file tree Collapse file tree 4 files changed +233
-182
lines changed
Expand file tree Collapse file tree 4 files changed +233
-182
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
6363 7z x ninja.zip -o"$GITHUB_WORKSPACE/ninja"
6464 echo "$GITHUB_WORKSPACE/ninja" >> $GITHUB_PATH
6565
66- # - name: Update LLVM (Windows)
67- # shell: bash
68- # run: |
69- # curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6 /LLVM-17.0.6 -win64.exe -o llvm-inst.exe
70- # 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/*
71- # echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
72- # if: matrix.config.id == 'win'
66+ - name : Update LLVM (Windows)
67+ shell : bash
68+ run : |
69+ curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7 /LLVM-19.1.7 -win64.exe -o llvm-inst.exe
70+ 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/*
71+ echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
72+ if : matrix.config.id == 'win'
7373
7474 - name : Update Clang (Linux)
7575 shell : bash
You can’t perform that action at this time.
0 commit comments