1
0
Fork 0

update action
Some checks failed
Test / test (push) Failing after 22s

This commit is contained in:
Jeffrey C. Ollie 2024-09-07 14:28:26 -05:00
parent 55877248c4
commit e3f7307371
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -8,9 +8,9 @@ jobs:
ZIG_GLOBAL_CACHE_DIR: /zig/global-cache ZIG_GLOBAL_CACHE_DIR: /zig/global-cache
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4.1.7
- name: Setup Nix - name: Setup Nix
uses: cachix/install-nix-action@V27 uses: https://github.com/cachix/install-nix-action@v27
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- name: Test - name: Test