mirror of
https://github.com/NixOS/nix.git
synced 2024-11-30 18:52:26 +00:00
Merge pull request #4084 from NixOS/dependabot/github_actions/cachix/install-nix-action-v11
Bump cachix/install-nix-action from v10 to v11
This commit is contained in:
commit
fc8eed8a3e
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,8 +12,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v10
|
||||
with:
|
||||
skip_adding_nixpkgs_channel: true
|
||||
- uses: cachix/install-nix-action@v11
|
||||
#- run: nix flake check
|
||||
- run: nix-build -A checks.$(if [[ `uname` = Linux ]]; then echo x86_64-linux; else echo x86_64-darwin; fi)
|
||||
|
Loading…
Reference in New Issue
Block a user