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 2020 steps :
2121 - name : Checkout repository
2222 uses : actions/checkout@v3
23- - name : Read .zig-version
24- id : zigversion
25- uses : juliangruber/read-file-action@v1
26- with :
27- path : ./.zigversion
2823 - name : Install Zig
29- uses : mlugg/setup-zig@v1
30- with :
31- version : ${{ steps.zigversion.outputs.content }}
24+ uses : mlugg/setup-zig@v2
3225 - name : Check format
3326 continue-on-error : true
3427 run : zig fmt --check .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 .name = .zemscripten ,
33 .fingerprint = 0x2de6d80ca84319b1 , // Changing this has security and trust implications.
44 .version = "0.2.0-dev" ,
5- .minimum_zig_version = "0.14.1 " ,
5+ .minimum_zig_version = "0.14.0 " ,
66 .paths = .{
77 "build.zig" ,
88 "build.zig.zon" ,
You can’t perform that action at this time.
0 commit comments