Skip to content

Commit

Permalink
[#117] Added ARM GCC compiler to build
Browse files Browse the repository at this point in the history
  • Loading branch information
susanw1 committed Oct 9, 2023
1 parent a328c88 commit 62f5dcd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 62f5dcd

Please sign in to comment.