Fix libssl issue

This commit is contained in:
HarithaVattikuti
2024-12-25 20:14:30 -06:00
committed by GitHub
parent f5096c4df0
commit 6c86102234

View File

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