Skip to content

Commit

Permalink
refactor(deps): bump libressl to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch authored Apr 22, 2024
1 parent d76f33f commit 043af7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 043af7d

Please sign in to comment.