File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ runs:
160160 sudo apt-get install --only-upgrade libstdc++6
161161 if : steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')
162162
163- - name : Update LLVM (Windows)
164- if : steps.platform.outputs.id == 'win'
165- shell : bash
166- run : |
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
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
163+ # - name: Update LLVM (Windows)
164+ # if: steps.platform.outputs.id == 'win'
165+ # shell: bash
166+ # run: |
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
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
170170
171171 # - name: Install LLVM (MacOS)
172172 # shell: bash
You can’t perform that action at this time.
0 commit comments