mirror of https://github.com/ArduPilot/ardupilot
CI: fix coverage reset: unknown terminal type unknown
This commit is contained in:
parent
0e1297177b
commit
56e5dd1748
|
@ -60,6 +60,7 @@ jobs:
|
||||||
- name: test ${{matrix.config}} ${{ matrix.toolchain }}
|
- name: test ${{matrix.config}} ${{ matrix.toolchain }}
|
||||||
env:
|
env:
|
||||||
CI_BUILD_TARGET: ${{matrix.config}}
|
CI_BUILD_TARGET: ${{matrix.config}}
|
||||||
|
TERM: xterm
|
||||||
shell: 'script -q -e -c "bash {0}"'
|
shell: 'script -q -e -c "bash {0}"'
|
||||||
run: |
|
run: |
|
||||||
PATH="/github/home/.local/bin:$PATH"
|
PATH="/github/home/.local/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue