Skip to content

Commit f5fb07f

Browse files
Update dotnet.yml
1 parent bdfd78d commit f5fb07f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ jobs:
1010
build:
1111

1212
# runs-on: self-hosted
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
timeout-minutes: 4320
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
- name: Install OpenSSL 1.1
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y ca-certificates
22+
sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu focal-security main"
23+
sudo apt-get install -y libssl1.1 libssl-dev
1824
- name: Setup .NET
1925
uses: actions/setup-dotnet@v1
2026
with:

0 commit comments

Comments
 (0)