mirror of
https://github.com/Mic92/nix-fast-build.git
synced 2024-11-24 12:14:58 +03:00
Update cachix/install-nix-action action to v30
Some checks failed
Tests / self-test (, macos-latest) (push) Has been cancelled
Tests / self-test (, ubuntu-latest) (push) Has been cancelled
Tests / self-test (--no-nom, macos-latest) (push) Has been cancelled
Tests / self-test (--no-nom, ubuntu-latest) (push) Has been cancelled
Tests / tests (macos-latest) (push) Has been cancelled
Tests / tests (ubuntu-latest) (push) Has been cancelled
Some checks failed
Tests / self-test (, macos-latest) (push) Has been cancelled
Tests / self-test (, ubuntu-latest) (push) Has been cancelled
Tests / self-test (--no-nom, macos-latest) (push) Has been cancelled
Tests / self-test (--no-nom, ubuntu-latest) (push) Has been cancelled
Tests / tests (macos-latest) (push) Has been cancelled
Tests / tests (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
parent
bd134ae2ed
commit
2ba025eab6
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
with:
|
||||
# Nix Flakes doesn't work on shallow clones
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v29
|
||||
- uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
extra_nix_config: |
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
# Nix Flakes doesn't work on shallow clones
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v29
|
||||
- uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
extra_nix_config: |
|
||||
|
Loading…
Reference in New Issue
Block a user