Skip to content

Commit

Permalink
Don't hardcode OPENSSL_ROOT_DIR for macOS in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Dec 16, 2024
1 parent e97288b commit 2a1009c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: echo "OPENSSL_ROOT_DIR=C:/Program Files/OpenSSL" >> $env:GITHUB_ENV

- name: Set OPENSSL_ROOT_DIR
if: startsWith(matrix.os, 'macos')
run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/[email protected]" >> $GITHUB_ENV

- name: Install Rust
run: |
rustup set auto-self-update disable
Expand Down

0 comments on commit 2a1009c

Please sign in to comment.