Skip to content

Commit 246d704

Browse files
author
Petr Sramek
committed
added libssl conditional step for net 5
1 parent e555488 commit 246d704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464

6565
steps:
6666
- uses: actions/checkout@v3
67+
- name: Fix libssl
68+
run: sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
69+
if: ${{ matrix.netversion }} == 5
6770
- name: Setup .NET ${{ matrix.netversion }}
6871
uses: actions/setup-dotnet@v3
6972
with:

0 commit comments

Comments
 (0)