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 95c88b0 Cant combime with always
95c88b0 is described below
commit 95c88b0d787432f078d20e8e00ca53a4447d69f2
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 30 13:19:22 2022 +0100
Cant combime with always
---
.github/workflows/adhoctest.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 7c24c5a..deab335 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -61,11 +61,11 @@ jobs:
# run: |
# mvn -q exec:java
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
- name: Find OpenSSL Mac
- if: always() && ${{ matrix.os == 'macos-latest' }}
+ if: ${{ matrix.os == 'macos-latest' }}
run: |
for i in $(which -a openssl) ; do echo $i; $i version ; echo ""; done
- name: Find OpenSSL Win
- if: always() && ${{ matrix.os == 'windows-latest' }}
+ if: ${{ matrix.os == 'windows-latest' }}
run: |
where /T openssl
- name: env sort