pipefail fails?
This commit is contained in:
parent
195be847fd
commit
a5b77db49c
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 \
|
||||
|
|
Reference in a new issue