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 a9f154f9 Docco [skip ci] a9f154f9 is described below commit a9f154f9975eab0dd25ea080570115dc393820f5 Author: Sebb <s...@apache.org> AuthorDate: Tue Jul 23 23:55:34 2024 +0100 Docco [skip ci] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6c86fb09..734db7d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -118,7 +118,7 @@ jobs: # N.B. This must *not* be run under the bash shell, as that changes the default openssl library under Windows env: OPENSSL_HOME: "C:\\Miniconda\\Library" - Mac_INC_OPENSSL: /opt/homebrew/include # Try to fix macos-14 + Mac_INC_OPENSSL: /opt/homebrew/include # Try to fix macos-14 (does not see to affect other mac versions) run: | mvn -V -B -ntp -DskipTests clean package