We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21202ed commit d03e563Copy full SHA for d03e563
action.yml
@@ -178,10 +178,10 @@ runs:
178
# sudo apt-get install --only-upgrade libstdc++6
179
# if: steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')
180
181
- - name: Update LLVM (Windows)
182
- if: steps.platform.outputs.id == 'win'
183
- shell: bash
184
- run: choco upgrade llvm
+ # - name: Update LLVM (Windows)
+ # if: steps.platform.outputs.id == 'win'
+ # shell: bash
+ # run: choco upgrade llvm
185
186
# - name: Install LLVM (MacOS)
187
# shell: bash
0 commit comments