From 51a09771589da70b82c72f23791f85c35df602b9 Mon Sep 17 00:00:00 2001 From: Isaak Devos <42512031+IDV7@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:05:23 +0100 Subject: [PATCH] arm compiler --- .github/workflows/fcBuild.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fcBuild.yml b/.github/workflows/fcBuild.yml index 23c2ae2..8bfb901 100644 --- a/.github/workflows/fcBuild.yml +++ b/.github/workflows/fcBuild.yml @@ -20,7 +20,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Install GNU Arm Embedded Toolchain - ${{ matrix.gcc }} + uses: carlosperate/arm-none-eabi-gcc-action@v1 + - run: arm-none-eabi-gcc --version + #²- uses: actions/checkout@v3 - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.