Skip to content

Commit a05752f

Browse files
authored
Merge pull request NixOS#253 from blitz/ci-fix
Fix Github action by updating install-nix-action
2 parents 81a48fd + d870a87 commit a05752f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: cachix/install-nix-action@v9
10+
- uses: cachix/install-nix-action@v12
1111
with:
1212
skip_adding_nixpkgs_channel: true
1313
- run: nix-build release.nix

0 commit comments

Comments
 (0)