Skip to content

Commit 0249e0f

Browse files
committed
Try bumping install-nix action
1 parent 3e16670 commit 0249e0f

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
submodules: true
18-
- uses: cachix/install-nix-action@v12
18+
- uses: cachix/install-nix-action@v16
1919
with:
2020
nix_path: nixpkgs=channel:nixos-unstable
2121
- run: nix-shell --run "cabal update && cabal build all"

0 commit comments

Comments
 (0)