Fix libssl issue

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

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

Loading…
Cancel
Save