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:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user