Просмотр исходного кода

[build] Publishing: remove install OpenSSL for macOS

Him188 2 лет назад
Родитель
Сommit
9995a2136c
1 измененных файлов с 0 добавлено и 11 удалено
  1. 0 11
      .github/workflows/check-publishing.yml

+ 0 - 11
.github/workflows/check-publishing.yml

@@ -84,17 +84,6 @@ jobs:
       - if: ${{ env.isUnix == 'true' }}
         run: chmod -R 777 *
 
-      # Prepare environment for linking on macOS
-      - if: ${{ env.isMac == 'true' }}
-        name: Install OpenSSL on Mac OS
-        run: >
-          git clone https://github.com/openssl/openssl.git --recursive &&
-          cd openssl &&
-          git checkout tags/openssl-3.0.3 &&
-          ./Configure --prefix=/opt/openssl --openssldir=/usr/local/ssl &&
-          make &&
-          sudo make install
-
       # Prepare environment for linking on Ubuntu
       - if: ${{ env.isUbuntu == 'true' }}
         name: Install OpenSSL on Ubuntu