Skip to content

Commit

Permalink
Remove openssl link for macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
John-K authored Jan 21, 2024
1 parent 8b2f045 commit e0e0772
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup OpenSSL
run: |
cd /usr/local/include
ln -s ../opt/openssl/include/openssl .
- name: Make binaries
run: |
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/
Expand Down

0 comments on commit e0e0772

Please sign in to comment.