only: just to be sure

This commit is contained in:
rusefillc 2024-03-09 16:32:36 -05:00
parent 7abd9c0a7e
commit 09cdec6878
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,9 @@ jobs:
git submodule update --init --depth=1 java_console/peak-can-basic
- name: Identify Agent
run: uname -a
run: |
uname -a
hostname
- name: Acquire GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1