Compare commits
2 commits
09c0a61887
...
5882330451
Author | SHA1 | Date | |
---|---|---|---|
5882330451 | |||
47890eb92e |
2 changed files with 1 additions and 4 deletions
|
@ -13,10 +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: Restore Zig caches
|
||||
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
|
||||
- name: Build project
|
||||
run: zig build --summary all
|
||||
- name: Run tests
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
.name = .smithy,
|
||||
.version = "1.0.0",
|
||||
.fingerprint = 0xccfd3d0281810cb8,
|
||||
.minimum_zig_version = "0.15.1",
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
|
|
Loading…
Add table
Reference in a new issue