don't quite building if one package fails

This commit is contained in:
Adam Stephens 2024-02-20 10:27:39 -05:00
parent 579b5bcca7
commit 86eeb6c1b9
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ jobs:
- name: build all
run: |
OUTPUT=$(nix build --print-out-paths .#linux_jhovold .#linux_steev .#x13s/alsa-ucm-conf .#pd-mapper .#x13s/extra-firmware)
OUTPUT=$(nix build --print-out-paths --keep-going .#linux_jhovold .#linux_steev .#x13s/alsa-ucm-conf .#pd-mapper .#x13s/extra-firmware)
echo $OUTPUT
echo "$OUTPUT" > build.out