Skip to content

Commit

Permalink
ci: avoid hardcoded OpenSSL path on macOS (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Mar 28, 2023
1 parent d615c46 commit 456b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: openssl path macos
if: ${{ runner.os == 'macOS' }}
run: |
echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl" >> $GITHUB_ENV
echo "OPENSSL_ROOT_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
- name: fix flaky azure mirrors
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit 456b764

Please sign in to comment.