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

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


The following commit(s) were added to refs/heads/master by this push:
     new df573ff1 Wrong test [skip ci]
df573ff1 is described below

commit df573ff1e3c4b75bfdebfd0a290d53fedf3de2fa
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 31 21:30:25 2023 +0000

    Wrong test [skip ci]
---
 .github/workflows/maven_adhoc.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index ec0df603..6023548b 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -31,7 +31,7 @@ jobs:
       matrix:
         # macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
         # os: [macos-11, ubuntu-20.04, windows-latest]
-        os: [ windows-latest]
+        os: [ windows-latest ]
         # These names are used in conditional statements below.
         # java: [ 8, 11, 17, 21 ]
         java: [ 8 ]
@@ -70,11 +70,11 @@ jobs:
         openssl version -e
         echo "ENGINESDIR=C:\Program Files\OpenSSL\lib\" >> "$GITHUB_ENV"
     - name: Build with Maven (not Windows)
-      if: ${{ matrix.os != 'macos-11' }}
+      if: ${{ matrix.os != 'windows-latest' }}
       run: |
         mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -D"jni.library.path=$ENGINESDIR" 
-D"jna.library.path=$ENGINESDIR"
     - name: Build with Maven (Windows)
-      if: ${{ matrix.os == 'macos-11' }}
+      if: ${{ matrix.os == 'windows-latest' }}
       # OPENSSL_HOME is needed for Windows build; not used by other builds so 
can set unconditionally
       # It's not clear how one is supposed to find the correct setting;
       # The value below was found by searching for openssl files under C 
(warning: slow)

Reply via email to