We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64db79c commit bccb175Copy full SHA for bccb175
.github/workflows/auto-os-matrix.yml
@@ -60,7 +60,7 @@ jobs:
60
run: mvn clean test
61
62
- name: Install
63
- run: mvn install -DskipTests=true -Dmaven.clean.failOnError=false #windows os hack
+ run: mvn install "-DskipTests=true -Dmaven.clean.failOnError=false" #windows os hack
64
65
66
# Architecture options: x86, x64, armv7, aarch64, ppc64le
0 commit comments