Compare commits
No commits in common. "5882330451ac6379829af16dd87b66f9fbae6f24" and "09c0a618877ebaf8e15fbfc505983876f4e063d5" have entirely different histories.
5882330451
...
09c0a61887
2 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,10 @@ 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: Restore Zig caches
|
||||||
|
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: zig build --summary all
|
run: zig build --summary all
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
.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