Skip to content

Commit

Permalink
Try /usr/local as openssl dir for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbrevoort-cyberhive committed Jul 11, 2024
1 parent 5912b50 commit 9758f94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os:
# - macos-latest
- macos-latest
- ubuntu-latest
- windows-latest
rust:
Expand Down Expand Up @@ -45,7 +45,8 @@ jobs:

- name: Set OPENSSL_ROOT_DIR
if: startsWith(matrix.os, 'macos')
run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $GITHUB_ENV
run: echo "OPENSSL_ROOT_DIR=/usr/local/" >> $GITHUB_ENV
# run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $GITHUB_ENV

- name: Install Rust
run: |
Expand Down

0 comments on commit 9758f94

Please sign in to comment.