mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-03 05:03:09 +08:00
[build] Publishing: remove install OpenSSL for macOS
This commit is contained in:
11
.github/workflows/check-publishing.yml
vendored
11
.github/workflows/check-publishing.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user