Install libssl1.1 to fix CI failures

This commit is contained in:
HarithaVattikuti
2024-12-25 20:19:32 -06:00
committed by GitHub
parent 6c86102234
commit ac0b2277f9

View File

@ -212,7 +212,7 @@ jobs:
- name: Install curl
run: |
apt update
apt -y install curl libssl-dev
apt -y install curl libssl1.1 libssl-dev
- name: Setup dotnet 3.1.201
uses: ./
with: