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 5df3727 Still looking on macos
5df3727 is described below
commit 5df372728fc55603cd04523a77fcd8ffad8df0c2
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 3 22:27:48 2022 +0100
Still looking on macos
---
.github/workflows/adhoctest.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index fd71336..b3ef081 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -31,8 +31,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [macos-latest, windows-latest]
- # os: [windows-latest]
+ # os: [macos-latest, windows-latest]
+ os: [macos-latest]
java: [ 8 ]
# ref: [ 'rel/commons-crypto-1.1.0', master ]
ref: [ master ]
@@ -64,9 +64,10 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
run: |
for i in $(which -a openssl) ; do echo $i; $i version ; echo ""; done
- find /usr/lib -name libcrypto*.dylib -ls
- find /usr/local/lib -name libcrypto*.dylib -ls
- find /opt/local/lib -name libcrypto*.dylib -ls
+ set -v
+ find /usr/lib -name libcrypto*.dylib -ls || true
+ find /usr/local -name libcrypto*.dylib -ls || true
+ find /opt/local/lib -name libcrypto*.dylib -ls || true
- name: Find OpenSSL Win
if: ${{ matrix.os == 'windows-latest' }}
run: |