From 09cdec68781f35dd4dcd7361f38142d634e004b5 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 9 Mar 2024 16:32:36 -0500 Subject: [PATCH] only: just to be sure --- .github/workflows/hardware-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index dd989af596..aa6679ca97 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -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