mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06: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
|
||||
|
||||
- name: Build fallback-paths.nix
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
run: |
|
||||
nix build .#fallbackPathsNix --out-link fallback
|
||||
cat fallback > ./artifacts/fallback-paths.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue