Skip to content

Commit

Permalink
ci: remove openssl setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jul 14, 2024
1 parent 595fcea commit a41169b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
- 5.1.x
runs-on: ${{ matrix.os }}
steps:
- name: Setup OpenSSL (macOS)
if: matrix.os == 'macOS-latest'
run: |
ln -s /usr/local/opt/[email protected]/lib/libssl.1.1.dylib /usr/local/lib/libssl.1.1.dylib
ln -s /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib /usr/local/lib/libcrypto.1.1.dylib
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit a41169b

Please sign in to comment.