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 ff1eb66 commit d67dc88Copy full SHA for d67dc88
2 files changed
.github/workflows/nightly.yml
@@ -24,8 +24,9 @@ jobs:
24
submodules: "recursive"
25
26
- name: Setup Zig
27
- uses: goto-bus-stop/setup-zig@v2
+ uses: mlugg/setup-zig@v1
28
with:
29
+ mirror: "http://mirrors.nektro.net/s3cgi"
30
version: "0.12.0"
31
32
- run: zig version
.github/workflows/push.yml
@@ -17,8 +17,9 @@ jobs:
17
- run: top -b -n 1 | head -n5
18
19
20
21
22
23
0 commit comments