mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 08:17:01 +00:00
install-cachix-action: v8 -> v9
This commit is contained in:
parent
f55568ea4e
commit
cec42039b0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: macos-10.15
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v8
|
||||
- uses: cachix/install-nix-action@v9
|
||||
- run: |
|
||||
nix-channel --update
|
||||
echo "FIXME workaround channel permission error"
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v8
|
||||
- uses: cachix/install-nix-action@v9
|
||||
- run: nix-build ./release.nix -I darwin=. -A tests
|
||||
- run: nix-build ./release.nix -I darwin=. -A manpages
|
||||
- run: nix-build ./release.nix -I darwin=. -A examples.simple
|
||||
|
|
Loading…
Add table
Reference in a new issue