mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
refactor(deps): bump libressl to 3.9.1
This commit is contained in:
parent
d76f33fe7a
commit
043af7d279
4
.github/workflows/build_linux.yml
vendored
4
.github/workflows/build_linux.yml
vendored
@ -83,9 +83,9 @@ jobs:
|
||||
- build_name: "Encryption (LibreSSL) Build & Unit Tests (gcc)"
|
||||
cmd_deps: |
|
||||
sudo apt-get install -y -qq curl
|
||||
curl https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.8.2.tar.gz --output libressl.tar.gz
|
||||
curl https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.9.1.tar.gz --output libressl.tar.gz
|
||||
tar -xvz -f libressl.tar.gz
|
||||
cd libressl-3.8.2
|
||||
cd libressl-3.9.1
|
||||
./configure
|
||||
sudo make install
|
||||
cmd_action: unit_tests_encryption LIBRESSL
|
||||
|
Loading…
Reference in New Issue
Block a user