update zig-action-cache to latest
All checks were successful
Generic zig build / build (push) Successful in 13m26s
All checks were successful
Generic zig build / build (push) Successful in 13m26s
This commit is contained in:
parent
da994fe9e6
commit
f6e9b1004b
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ jobs:
|
||||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
||||||
with:
|
with:
|
||||||
version: 0.14.0
|
version: 0.14.0
|
||||||
- name: Restore Zig global cache
|
- name: Restore Zig caches
|
||||||
uses: https://github.com/elerch/zig-action-cache@v1.1.6
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue