Skip to content

Commit

Permalink
Install OpenSSL since tester3 is enforced.
Browse files Browse the repository at this point in the history
New runners do not seem to come with openssl pre-installed.
  • Loading branch information
blapie committed Oct 3, 2024
1 parent dc8df2f commit 29bb485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y -qq
sudo apt-get install -y -qq build-essential cmake curl ninja-build libgmp-dev libmpfr-dev
sudo apt-get install -y -qq build-essential cmake curl ninja-build libgmp-dev libmpfr-dev libssl-dev
# Needed for llvm builds as well for target libraries
- name: Install gcc
Expand Down

0 comments on commit 29bb485

Please sign in to comment.