This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch sebb-mac-test
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 01afad6  Fix windows
01afad6 is described below

commit 01afad6822827f54354115e5da232283cd413ce6
Author: sebbASF <sebb...@users.noreply.github.com>
AuthorDate: Tue Jun 28 00:31:57 2022 +0100

    Fix windows
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 33bd07b..9401f79 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [windows-latest, macos-latest]
+        os: [windows-latest]
         java: [ 8 ]
         experimental: [false]
       fail-fast: false
@@ -60,5 +60,5 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
         mvn --no-transfer-progress process-classes
-        mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.Crypto
-        mvn -q exec:java 
-Dexec.mainClass=org.apache.commons.crypto.jna.OpenSslJna
+        mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto"
+        mvn -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"

Reply via email to