Enable fallback.
This commit is contained in:
parent
e15d7a645f
commit
0b397beb7f
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue