move zig version responsibilities to build.zig.zon
All checks were successful
Generic zig build / build (push) Successful in 30s
All checks were successful
Generic zig build / build (push) Successful in 30s
This commit is contained in:
parent
47890eb92e
commit
5882330451
2 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.5
|
uses: https://github.com/mlugg/setup-zig@v2.0.5
|
||||||
with:
|
|
||||||
version: 0.15.1
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: zig build --summary all
|
run: zig build --summary all
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
.name = .smithy,
|
.name = .smithy,
|
||||||
.version = "1.0.0",
|
.version = "1.0.0",
|
||||||
.fingerprint = 0xccfd3d0281810cb8,
|
.fingerprint = 0xccfd3d0281810cb8,
|
||||||
|
.minimum_zig_version = "0.15.1",
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
"build.zig.zon",
|
"build.zig.zon",
|
||||||
|
|
Loading…
Add table
Reference in a new issue