Skip to content

Commit

Permalink
fix ci for windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 1, 2023
1 parent d27416e commit 4f5e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
./mvnw.cmd -version;
./mvnw.cmd clean install -Dmaven.git-commit-id.skip=true -e -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn;
./mvnw.cmd clean install;
# job 2:
test-arm64:
Expand Down

0 comments on commit 4f5e6e2

Please sign in to comment.