Skip to content

Commit 52802de

Browse files
committed
Update nix installer action version
Hopefully will get rid of the failures on macos.
1 parent cc33803 commit 52802de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
with:
2121
submodules: true
22-
- uses: cachix/install-nix-action@v18
22+
- uses: cachix/install-nix-action@v22
2323
with:
2424
nix_path: nixpkgs=channel:nixos-unstable
2525
- run: nix-shell --run "cabal update && cabal build all"

0 commit comments

Comments
 (0)