mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-05 19:47:04 +00:00
Install libssl1.1 to fix CI failures
This commit is contained in:
parent
6c86102234
commit
ac0b2277f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue