Skip to content

Commit 21202ed

Browse files
authored
fix indent
1 parent c822631 commit 21202ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +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: choco upgrade llvm
181+
- name: Update LLVM (Windows)
182+
if: steps.platform.outputs.id == 'win'
183+
shell: bash
184+
run: choco upgrade llvm
185185

186186
# - name: Install LLVM (MacOS)
187187
# shell: bash

0 commit comments

Comments
 (0)