File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Zig
2121 uses : goto-bus-stop/setup-zig@v2
2222 with :
23- version : ' 0.14 .1'
23+ version : ' 0.15 .1'
2424
2525 - name : Install System Dependencies
2626 run : |
Original file line number Diff line number Diff line change 2525 - name : Install Zig
2626 uses : goto-bus-stop/setup-zig@v2
2727 with :
28- version : ' 0.14 .1'
28+ version : ' 0.15 .1'
2929
3030 - name : Install Dependencies
3131 run : |
Original file line number Diff line number Diff line change 2525 - name : Install Zig
2626 uses : goto-bus-stop/setup-zig@v2
2727 with :
28- version : ' 0.14 .1'
28+ version : ' 0.15 .1'
2929
3030 - name : Install Dependencies
3131 run : |
Original file line number Diff line number Diff line change 11# ################################################################################
22# # Configuration and Variables
33# ################################################################################
4- ZIG ?= $(shell which zig || echo ~/.local/share/zig/0.14 .1/zig)
4+ ZIG ?= $(shell which zig || echo ~/.local/share/zig/0.15 .1/zig)
55BUILD_TYPE ?= Debug
66BUILD_OPTS = -Doptimize=$(BUILD_TYPE )
77JOBS ?= $(shell nproc || echo 2)
Original file line number Diff line number Diff line change 11.{
22 .name = .chilli ,
3- .version = "0.1.1 " ,
3+ .version = "0.2.0 " ,
44 .fingerprint = 0x6c259741ae4f5f73 , // Changing this has security and trust implications.
5- .minimum_zig_version = "0.14 .1" ,
5+ .minimum_zig_version = "0.15 .1" ,
66 .paths = .{
77 "build.zig" ,
88 "build.zig.zon" ,
You can’t perform that action at this time.
0 commit comments