File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments