Skip to content

Commit d0edbaf

Browse files
author
Petr Sramek
committed
removed unused step
1 parent 5e5d3ce commit d0edbaf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
7.x
8080
8.x
8181
9.x
82-
- name: Fix libssl
83-
if: ${{ matrix.netversion == 5 && matrix.os == 'ubuntu-latest' }}
84-
run: |
85-
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
86-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
8782
- name: Download Build Artifact
8883
uses: actions/download-artifact@v4
8984
with:

0 commit comments

Comments
 (0)