parent
edbe962492
commit
d1f45823e4
3
.github/workflows/containers.yml
vendored
3
.github/workflows/containers.yml
vendored
@ -421,6 +421,9 @@ jobs:
|
|||||||
run: ssh -V
|
run: ssh -V
|
||||||
- name: Test gdb
|
- name: Test gdb
|
||||||
run: gdb --version
|
run: gdb --version
|
||||||
|
- name: Test arm-zephyr-eabi-gdb
|
||||||
|
if: ${{ matrix.architecture == 'arm' }}
|
||||||
|
run: /opt/zephyr-sdk-${ZEPHYR_SDK_VERSION}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb --version
|
||||||
- name: Test socat
|
- name: Test socat
|
||||||
run: socat -V
|
run: socat -V
|
||||||
- name: Stop container
|
- name: Stop container
|
||||||
|
Loading…
Reference in New Issue
Block a user