Skip to content

Commit

Permalink
fix pipeline syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Aug 21, 2024
1 parent ebe6e60 commit 0198bbc
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 @@ -42,7 +42,7 @@ jobs:
- name: Configure Maven
run: cp -f .mvn/maven_ci.config .mvn/maven.config
- name: Inspect Toolchain
run:
run: |
mvn --version
mvn toolchains:display-discovered-jdk-toolchains
stat ~/.m2/toolchains.xml
Expand Down

0 comments on commit 0198bbc

Please sign in to comment.