| commit | 530c43642046d5bb0da2e37c05b7ce159d66d7dc | [log] [tgz] |
|---|---|---|
| author | Sebb <sebb@apache.org> | Tue May 07 11:16:23 2024 +0100 |
| committer | Sebb <sebb@apache.org> | Tue May 07 11:16:23 2024 +0100 |
| tree | 1197d07ac4af0a956402d0473b59b6143baca0bb | |
| parent | 86a6ab687aaa5f16cce20cea8c33759b99205d9e [diff] |
Windows needs quotes
diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml index 5025ae1..1f3f209 100644 --- a/.github/workflows/maven_adhoc.yml +++ b/.github/workflows/maven_adhoc.yml
@@ -40,4 +40,4 @@ java-version: 8 - name: Test NET710 run: | - mvn -V --batch-mode --file pom.xml --no-transfer-progress test -Dnet.version=${{ matrix.tag }} + mvn -V --batch-mode --file pom.xml --no-transfer-progress test "-Dnet.version=${{ matrix.tag }}"