Use DeterminateSystems/magic-nix-cache-action
Should significantely increase build times
This commit is contained in:
parent
6bdafe2bbe
commit
f445723cd4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-systems.yaml
vendored
7
.github/workflows/build-systems.yaml
vendored
|
@ -12,9 +12,10 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Run the Magic Nix Cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- name: nix flake check
|
||||
run: |
|
||||
nix flake check --no-build
|
||||
|
|
Loading…
Reference in a new issue