From a41169b215200536a92392e41ce5267f00a9aca0 Mon Sep 17 00:00:00 2001 From: Torben Ewert Date: Sun, 14 Jul 2024 17:22:15 +0200 Subject: [PATCH] ci: remove openssl setup step --- .github/workflows/publish-npm.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 85a6d7e..967147b 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -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/openssl@1.1/lib/libssl.1.1.dylib /usr/local/lib/libssl.1.1.dylib - ln -s /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib /usr/local/lib/libcrypto.1.1.dylib - - name: Checkout code uses: actions/checkout@v4