From db24b97851bd79c556b09a627a0ee530ccbb0280 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 27 Feb 2024 08:02:06 -0500 Subject: [PATCH] only:docs --- .github/workflows/build-firmware.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 98a53b01cc..3bd87414ff 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -474,6 +474,9 @@ jobs: run: | git status +# +# Note to humans: on personal devices we have firmware/provide_gcc.sh and setup_linux_environment.sh +# - name: Install Arm GNU Toolchain (arm-none-eabi-gcc) if: ${{ env.skip != 'true' }} uses: carlosperate/arm-none-eabi-gcc-action@v1