diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 7909d36..f47a5fb 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -421,6 +421,9 @@ jobs: run: ssh -V - name: Test gdb 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 run: socat -V - name: Stop container