mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 13:03:35 +08:00
[build] Publishing: remove install OpenSSL for macOS
This commit is contained in:
parent
c3a9511783
commit
9995a2136c
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
|
||||
|
Loading…
Reference in New Issue
Block a user