Skip to content

Commit 7cb494a

Browse files
committed
Use latest zig
1 parent 4453e01 commit 7cb494a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
git submodule update --init --recursive
3636
3737
- uses: mlugg/setup-zig@v1
38-
with:
39-
version: 0.13.0
4038

4139
- name: Get CMake
4240
uses: lukka/get-cmake@v3.29.4
@@ -152,8 +150,6 @@ jobs:
152150
ref: ${{ github.head_ref }} # checkout the correct branch name
153151
fetch-depth: 0 # fetch the whole repo history
154152
- uses: mlugg/setup-zig@v1
155-
with:
156-
version: 0.13.0
157153

158154
- name: Prepare java
159155
uses: actions/setup-java@v3
@@ -237,8 +233,6 @@ jobs:
237233
ref: ${{ github.head_ref }} # checkout the correct branch name
238234
fetch-depth: 0 # fetch the whole repo history
239235
- uses: mlugg/setup-zig@v1
240-
with:
241-
version: 0.13.0
242236

243237
- name: Prepare java
244238
uses: actions/setup-java@v3
@@ -314,8 +308,6 @@ jobs:
314308
ref: ${{ github.head_ref }} # checkout the correct branch name
315309
fetch-depth: 0 # fetch the whole repo history
316310
- uses: mlugg/setup-zig@v1
317-
with:
318-
version: 0.13.0
319311

320312
- name: Prepare java
321313
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)