update zig-action-cache to latest
All checks were successful
Generic zig build / build (push) Successful in 13m26s

This commit is contained in:
Emil Lerch 2025-04-13 14:30:19 -07:00
parent da994fe9e6
commit f6e9b1004b
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -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