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
|
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 \
|
||||||
|
|
Reference in a new issue