Using OpenSSL from repos
This commit is contained in:
parent
b2c1528ca0
commit
ddfc1f57a3
1 changed files with 0 additions and 9 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue