2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 06:07:45 +00:00

Using OpenSSL from repos

This commit is contained in:
RadRussianRus 2019-10-05 00:06:47 +03:00 committed by GitHub
parent b2c1528ca0
commit ddfc1f57a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,15 +351,6 @@ jobs:
fi
make -j8
sudo make install
- name: OpenSSL
run: |
cd Libraries
git clone https://github.com/openssl/openssl
cd openssl
git checkout OpenSSL_1_0_1-stable
./config
make -j8
sudo make install
- name: libxkbcommon
run: |
cd Libraries