Skip to content

Commit

Permalink
apt update … ?
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Dec 20, 2024
1 parent 7d0e6be commit 1752fa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
- run: ldconfig -p
- run: lsb_release -a

- run: sudo apt install -y libssl1.1
# Servers 4.4 and 5.0 need libcrypto.so.1.1, which predates Ubuntu 24’s
# default libcrypto.
- run: sudo apt update && sudo apt install -y libssl1.1

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1752fa1

Please sign in to comment.