Enable fallback.

This commit is contained in:
Graham Christensen 2023-06-26 13:21:22 -04:00 committed by GitHub
parent e15d7a645f
commit 0b397beb7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build package
run: "nix build .# -L"
run: "nix build .# -L --fallback"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
@ -39,7 +39,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build package
run: "nix build .# -L"
run: "nix build .# -L --fallback"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2