Skip to content

Commit

Permalink
fix(ci): update cachix/install-nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegasust committed Jun 22, 2023
1 parent 08c217c commit 91de4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: nix-build (${{ matrix.os }})
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build

0 comments on commit 91de4c1

Please sign in to comment.