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 2b1367e commit abf4aa5Copy full SHA for abf4aa5
.github/workflows/main.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: download zig
85
uses: wei/wget@v1
86
with:
87
- args: -O https://ziglang.org/builds/zig-linux-x86_64-0.15.0-dev.386+2e35fdd03.tar.xz
+ args: https://ziglang.org/builds/zig-linux-x86_64-0.15.0-dev.386+2e35fdd03.tar.xz
88
89
# 解压zig
90
- name: unzip llvm
0 commit comments