Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Aug 21, 2024
1 parent 04915e1 commit bde45b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
run: cp -f .mvn/maven_ci.config .mvn/maven.config
- name: Inspect Toolchain
run: |
set +e # don't want to fail because of the `stat` call at the end
mvn --version
mvn toolchains:display-discovered-jdk-toolchains
stat ~/.m2/toolchains.xml
continue-on-error: true # the stat call will fail this step otherwise
- name: Build with Maven
run: |
mvn test
Expand Down

0 comments on commit bde45b5

Please sign in to comment.