From 62f5dcd58208465de16c3a885aec007396c3d9d0 Mon Sep 17 00:00:00 2001 From: susanw1 Date: Mon, 9 Oct 2023 16:06:27 +0100 Subject: [PATCH] [#117] Added ARM GCC compiler to build --- .github/workflows/maven.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 6fa08a5ea..74ef576e5 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -17,6 +17,9 @@ jobs: distribution: temurin cache: maven + - uses: carlosperate/arm-none-eabi-gcc-action@v1 + - run: arm-none-eabi-gcc --version + - name: Build with Maven run: mvn -B verify --file pom.xml @@ -25,11 +28,6 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} -# - name: Java code coverage -# uses: codecov/codecov-action@v1 -# with: -# token: ${{ secrets.CODECOV_TOKEN }} #required -# flags: unittests # file: jacoco.xml #optional # name: codecov-umbrella #optional # yml: ./codecov.yml #optional