From 6c861022342a1faf5ba31cd0ba6566ee15565b5b Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:14:30 -0600 Subject: [PATCH] Fix libssl issue --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8005b69..1f4c3e3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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: