pipefail fails?
Some checks failed
Build / nix-build (ubuntu-aarch64, varda) (push) Failing after 2m54s
Build / nix-build (ubuntu-x86_64, durincore) (push) Failing after 4m12s
Build / Nix Build Successful (push) Successful in 3s

This commit is contained in:
Joseph Hanson 2024-05-21 09:13:36 -05:00
parent 195be847fd
commit a5b77db49c

View file

@ -49,11 +49,7 @@ jobs:
run: nix-collect-garbage run: nix-collect-garbage
- name: Build new ${{ matrix.system }} system - name: Build new ${{ matrix.system }} system
env: shell: bash
NIX_STORE_DIR: /nix/store
NIX_STATE_DIR: /nix/var/nix
NIX_LOG_DIR: /nix/var/log/nix
HOME: /root
run: | run: |
set -o pipefail set -o pipefail
nix build \ nix build \