2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 14:17: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

View File

@@ -351,15 +351,6 @@ jobs:
fi fi
make -j8 make -j8
sudo make install 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 - name: libxkbcommon
run: | run: |
cd Libraries cd Libraries