Skip to content

Commit

Permalink
[#110] Fix mysterious build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
susanw1 committed Nov 18, 2023
1 parent 0801033 commit 1453ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: gcc --version

- name: Build with Maven
run: mvn -B verify --file pom.xml -Pbuild-arm
run: mvn -B install --file pom.xml -Pbuild-arm

- name: Upload Java code coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1453ead

Please sign in to comment.