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