ci: nix job should also not push to cachix

This commit is contained in:
Mitchell Hashimoto
2024-02-10 17:04:47 -08:00
parent 18fdef3160
commit 7f3ee039ff

View File

@ -14,5 +14,6 @@ jobs:
with: with:
name: ghostty name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
useDaemon: false # sometimes fails on short jobs
- name: Check Zig cache hash - name: Check Zig cache hash
run: nix develop -c ./nix/build-support/check-zig-cache-hash.sh run: nix develop -c ./nix/build-support/check-zig-cache-hash.sh