update to zig 0.14.0
This commit is contained in:
parent
3ed98751bc
commit
a4c6ec6dfe
2 changed files with 9 additions and 9 deletions
2
.github/workflows/zig-build.yaml
vendored
2
.github/workflows/zig-build.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: elerch/setup-zig@v3
|
||||
with:
|
||||
version: 0.13.0
|
||||
version: 0.14.0
|
||||
- uses: elerch/zig-action-cache@v1.1.6
|
||||
- name: Build project
|
||||
run: zig build --summary all
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
.{
|
||||
.name = "smithy",
|
||||
.name = .smithy,
|
||||
.version = "1.0.0",
|
||||
.fingerprint = 0xccfd3d0281810cb8,
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
},
|
||||
|
||||
.dependencies = .{
|
||||
},
|
||||
.dependencies = .{},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue