Install libssl1.1 to fix CI failures

pull/568/head
HarithaVattikuti 12 months ago committed by GitHub
parent 6c86102234
commit ac0b2277f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save