Skip to content

Commit 81d472d

Browse files
committed
x is the correct 7z extract mode.
1 parent 7fa1875 commit 81d472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: startsWith(matrix.os, 'windows')
3535
run: |
3636
curl -LO https://github.com/llvm-mos/llvm-mos/releases/download/llvm-mos-windows-main/llvm-mos-windows-main.7z
37-
7z e llvm-mos-windows-main.7z
37+
7z x llvm-mos-windows-main.7z
3838
- name: Fetch the latest Mac llvm-mos release.
3939
if: startsWith(matrix.os, 'macos')
4040
run: |

0 commit comments

Comments
 (0)