Skip to content

Commit 344e641

Browse files
author
Pascal Post
committed
update workflow
1 parent 4f71793 commit 344e641

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/zig.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Build and Test
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: mlugg/setup-zig@v1
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
with:
13+
submodules: true
14+
15+
- name: Install Zig
16+
uses: mlugg/setup-zig@v1
17+
with:
18+
zig-version: "latest"
19+
1220
- run: zig build test

0 commit comments

Comments
 (0)