File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Checkout repository
22
22
uses : actions/checkout@v3
23
- - name : Read .zig-version
24
- id : zigversion
25
- uses : juliangruber/read-file-action@v1
26
- with :
27
- path : ./.zigversion
28
23
- name : Install Zig
29
- uses : mlugg/setup-zig@v1
30
- with :
31
- version : ${{ steps.zigversion.outputs.content }}
24
+ uses : mlugg/setup-zig@v2
32
25
- name : Check format
33
26
continue-on-error : true
34
27
run : zig fmt --check .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
.name = .zphysics ,
3
3
.fingerprint = 0x1def6aac00c4909d ,
4
4
.version = "0.2.0-dev" ,
5
- .minimum_zig_version = "0.14.1 " ,
5
+ .minimum_zig_version = "0.14.0 " ,
6
6
.paths = .{
7
7
"build.zig" ,
8
8
"build.zig.zon" ,
You can’t perform that action at this time.
0 commit comments