We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5d3ce commit d0edbafCopy full SHA for d0edbaf
.github/workflows/dotnet.yml
@@ -79,11 +79,6 @@ jobs:
79
7.x
80
8.x
81
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
87
- name: Download Build Artifact
88
uses: actions/download-artifact@v4
89
with:
0 commit comments