.github: use augmented bash to display everything on action

This commit is contained in:
Pierre Kancir 2021-03-01 23:46:47 +01:00 committed by Andrew Tridgell
parent ecc89411f9
commit ca460d8ad1
1 changed files with 1 additions and 1 deletions

View File

@ -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