Use a nix cache.

This commit is contained in:
George Shammas 2023-07-02 19:27:10 -04:00 committed by GitHub
parent 0d37bc0e5c
commit c0f5b33792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4 uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix-build - run: nix-build
test: test:
strategy: strategy: