remove zig-action-cache as setup-zig does this now

This commit is contained in:
Emil Lerch 2025-10-09 12:04:10 -07:00
parent 09c0a61887
commit 47890eb92e
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -15,8 +15,6 @@ jobs:
uses: https://github.com/mlugg/setup-zig@v2.0.5 uses: https://github.com/mlugg/setup-zig@v2.0.5
with: with:
version: 0.15.1 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