Skip to content

Commit c75027b

Browse files
Rexicon226nikneym
authored andcommitted
use mlugg/setup-zig instead of goto-bus-stop/setup-zig
The 'goto-bus-stop' action is no longer maintained and uses outdated methods for getting the Zig toolchain. Instead use the one maintained by mlugg, which uses the mirror system and is generally better.
1 parent ba61f00 commit c75027b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v4
124124

125125
- name: Install zig
126-
uses: goto-bus-stop/setup-zig@v2
126+
uses: mlugg/setup-zig@v2
127127
with:
128128
version: 0.14.1
129129

@@ -143,7 +143,7 @@ jobs:
143143
uses: actions/checkout@v4
144144

145145
- name: Install zig
146-
uses: goto-bus-stop/setup-zig@v2
146+
uses: mlugg/setup-zig@v2
147147
with:
148148
version: 0.14.1
149149

0 commit comments

Comments
 (0)