Skip to content

Commit 743d40a

Browse files
committed
Add clean back into the install step.
1 parent bccb175 commit 743d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-os-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: mvn clean test
6161

6262
- name: Install
63-
run: mvn install "-DskipTests=true -Dmaven.clean.failOnError=false" #windows os hack
63+
run: mvn clean install "-DskipTests=true -Dmaven.clean.failOnError=false" #windows os hack
6464

6565

6666
# Architecture options: x86, x64, armv7, aarch64, ppc64le

0 commit comments

Comments
 (0)