From ac0b2277f93959164125ec85674065f1cfcda11b Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:19:32 -0600 Subject: [PATCH] Install libssl1.1 to fix CI failures --- .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 1f4c3e3..7ee3357 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 libssl-dev + apt -y install curl libssl1.1 libssl-dev - name: Setup dotnet 3.1.201 uses: ./ with: