pipefail fails?

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
- name: Build new ${{ matrix.system }} system
env:
NIX_STORE_DIR: /nix/store
NIX_STATE_DIR: /nix/var/nix
NIX_LOG_DIR: /nix/var/log/nix
HOME: /root
shell: bash
run: |
set -o pipefail
nix build \