From 28210c8474f3a855f261df78482a162f8fc8b05b Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sat, 2 Jan 2021 13:48:02 +0100 Subject: [PATCH] chore: CI: be more verbose --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ec19ab910..5a47222698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} defaults: run: - shell: ${{ matrix.shell || 'nix-shell --run "bash -euo pipefail {0}"' }} + shell: ${{ matrix.shell || 'nix-shell --run "bash -euxo pipefail {0}"' }} strategy: matrix: include: @@ -22,7 +22,7 @@ jobs: - name: Linux release os: ubuntu-latest CMAKE_OPTIONS: -DSTATIC=ON - shell: nix-shell --arg pkgs "import (fetchTarball \"channel:nixos-19.03\") {{}}" --argstr llvmPackages latest --run "bash -euo pipefail {0}" + shell: nix-shell --arg pkgs "import (fetchTarball \"channel:nixos-19.03\") {{}}" --argstr llvmPackages latest --run "bash -euxo pipefail {0}" - name: Linux os: ubuntu-latest check-stage3: true