Bump install-nix-action to v22 (#4111)
Fixes an issue with the macos runner
This commit is contained in:
parent
edf9cf6523
commit
28c823032c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/github_pages.yml
vendored
2
.github/workflows/github_pages.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v21
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue