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 caea4028 Missing " caea4028 is described below commit caea40281e00ecbc3f03c96becf29f27db4769d0 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 31 20:23:01 2023 +0000 Missing " [skip ci] --- .github/workflows/maven_adhoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml index c0f3b6d2..7e0a7b50 100644 --- a/.github/workflows/maven_adhoc.yml +++ b/.github/workflows/maven_adhoc.yml @@ -61,7 +61,7 @@ jobs: - name: OpenSSL engine (unix) if: ${{ matrix.os == 'macos-11' }} run: | - echo $(openssl version -e | sed -n -e 's/engines-.*//' -e 's/: /=/p') >> "$GITHUB_ENV" + echo $(openssl version -e | sed -n -e 's/engines-.*/"/' -e 's/: /=/p') >> "$GITHUB_ENV" - name: Build with Maven # 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;