Skip to content

Commit 9110391

Browse files
author
Petr Sramek
committed
updated ssl command
1 parent 246d704 commit 9110391

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v3
6767
- name: Fix libssl
68-
run: sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
69-
if: ${{ matrix.netversion }} == 5
68+
run: |
69+
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
70+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
7071
- name: Setup .NET ${{ matrix.netversion }}
7172
uses: actions/setup-dotnet@v3
7273
with:

0 commit comments

Comments
 (0)