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 7fa1875 commit 81d472dCopy full SHA for 81d472d
.github/workflows/package.yml
@@ -34,7 +34,7 @@ jobs:
34
if: startsWith(matrix.os, 'windows')
35
run: |
36
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
+ 7z x llvm-mos-windows-main.7z
38
- name: Fetch the latest Mac llvm-mos release.
39
if: startsWith(matrix.os, 'macos')
40
0 commit comments