Skip to content

Commit 9f75acc

Browse files
committed
ci: try to fix failing ppc61le
1 parent 65b2eae commit 9f75acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: |
168168
echo "Architecture: `uname -a`"
169169
mvn --version
170-
cd /work && mvn -e --batch-mode --no-transfer-progress test
170+
cd /work && mvn -X -e --batch-mode --no-transfer-progress test
171171
172172
# This will test the build process using an external amalgamation, as well as the
173173
# Java tests with that native library, as some functions will not be available (extensions).

0 commit comments

Comments
 (0)