Skip to content

Commit

Permalink
OpenSSL 1.1.1 is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbrevoort-cyberhive committed Jul 11, 2024
1 parent 0b43bd8 commit bfb3c06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: echo "OPENSSL_ROOT_DIR=C:/Program Files/OpenSSL" >> $env:GITHUB_ENV

- name: Install OpenSSL
if: startsWith(matrix.os, 'macos')
run: brew install openssl

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

- name: Install Rust
run: |
Expand Down

0 comments on commit bfb3c06

Please sign in to comment.