Skip to content

Commit

Permalink
ci: Bump libressl to latest stable 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Dec 17, 2024
1 parent 1c2aae4 commit e6b011e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/setup-libressl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

set -ex -o xtrace

V=libressl-3.8.1
# WARNING: Change this also in .github/workflows/linux.yml
V=libressl-4.0.0

sudo apt-get remove -y libssl-dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
JAVA_DEPS: |
ant openjdk-8-jdk maven cmake
JCARDSIM: https://github.com/Jakuje/jcardsim.git
LIBRESSL_VERSION: 3.8.1
LIBRESSL_VERSION: 4.0.0

jobs:
build:
Expand Down

0 comments on commit e6b011e

Please sign in to comment.