Skip to content

Commit 166fc2f

Browse files
committed
ci: use mlugg/setup-zig
1 parent 4a79e8a commit 166fc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: goto-bus-stop/setup-zig@v2
41+
- uses: mlugg/setup-zig@v1
4242
with:
4343
version: 0.12.0
4444
- run: zig build -Dtarget=${{ matrix.target }}

0 commit comments

Comments
 (0)