mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Don't build fallback-paths if we didn't build aarch64-linux and x86 darwin
This commit is contained in:
parent
151456a999
commit
eba6cd8488
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -103,6 +103,7 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Build fallback-paths.nix
|
- name: Build fallback-paths.nix
|
||||||
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
run: |
|
run: |
|
||||||
nix build .#fallbackPathsNix --out-link fallback
|
nix build .#fallbackPathsNix --out-link fallback
|
||||||
cat fallback > ./artifacts/fallback-paths.nix
|
cat fallback > ./artifacts/fallback-paths.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue