parent
55877248c4
commit
e3f7307371
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ jobs:
|
|||
ZIG_GLOBAL_CACHE_DIR: /zig/global-cache
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.7
|
||||
- name: Setup Nix
|
||||
uses: cachix/install-nix-action@V27
|
||||
uses: https://github.com/cachix/install-nix-action@v27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Test
|
||||
|
|
Loading…
Reference in a new issue