move zig version responsibilities to build.zig.zon
All checks were successful
Generic zig build / build (push) Successful in 30s

This commit is contained in:
Emil Lerch 2025-10-09 12:06:35 -07:00
parent 47890eb92e
commit 5882330451
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 1 additions and 2 deletions

View file

@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v4
- name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v2.0.5
with:
version: 0.15.1
- name: Build project
run: zig build --summary all
- name: Run tests

View file

@ -2,6 +2,7 @@
.name = .smithy,
.version = "1.0.0",
.fingerprint = 0xccfd3d0281810cb8,
.minimum_zig_version = "0.15.1",
.paths = .{
"build.zig",
"build.zig.zon",