Skip to content

Commit 6f45ed7

Browse files
github actions: use mlugg/setup-zig
1 parent 67b951a commit 6f45ed7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
with:
18-
submodules: true
19-
- uses: goto-bus-stop/setup-zig@v2
17+
- uses: mlugg/setup-zig@v1
2018
with:
2119
version: 0.13.0
2220
- name: Build

0 commit comments

Comments
 (0)