Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
ci/build: fix macOS openssl path (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Jun 5, 2022
1 parent 1540805 commit 451bed1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
secret: ${{ secrets.GITHUB_TOKEN }}
working-directory: '../.'

- name: openssl path macos
if: ${{ runner.os == 'macOS' }}
run: |
echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl" >> $GITHUB_ENV
- name: retest
run: |
cd ..
Expand Down

0 comments on commit 451bed1

Please sign in to comment.