File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -178,13 +178,10 @@ runs:
178178 # sudo apt-get install --only-upgrade libstdc++6
179179 # if: steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')
180180
181- # - name: Update LLVM (Windows)
182- # if: steps.platform.outputs.id == 'win'
183- # shell: bash
184- # run: |
185- # curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe -o llvm-inst.exe
186- # 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/*
187- # echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
181+ - name : Update LLVM (Windows)
182+ if : steps.platform.outputs.id == 'win'
183+ shell : bash
184+ run : choco upgrade llvm
188185
189186 # - name: Install LLVM (MacOS)
190187 # shell: bash
You can’t perform that action at this time.
0 commit comments