Skip to content

Commit c822631

Browse files
authored
add temp fix for actions/runner-images#12435
1 parent b5fb58c commit c822631

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

action.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)