Browse Source

.github: use augmented bash to display everything on action

zr-v5.1
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
ca460d8ad1
  1. 2
      .github/workflows/test_unit_tests.yml

2
.github/workflows/test_unit_tests.yml

@ -52,7 +52,7 @@ jobs: @@ -52,7 +52,7 @@ jobs:
- name: test ${{matrix.config}} ${{ matrix.toolchain }}
env:
CI_BUILD_TARGET: ${{matrix.config}}
shell: bash
shell: 'script -q -e -c "bash {0}"'
run: |
if [[ ${{ matrix.toolchain }} = "clang" ]]; then
export CC=clang-7

Loading…
Cancel
Save