File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,15 @@ jobs:
64
64
65
65
steps :
66
66
- uses : actions/checkout@v3
67
- - name : Fix libssl
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
71
67
- name : Setup .NET ${{ matrix.netversion }}
72
68
uses : actions/setup-dotnet@v3
73
69
with :
74
70
dotnet-version : ${{ matrix.netversion }}.x
71
+ - name : Fix libssl
72
+ if : ${{ matrix.netversion == 5 && matrix.os == 'ubuntu-latest' }}
73
+ run : |
74
+ wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
75
+ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
75
76
- uses : actions/download-artifact@v4
76
77
with :
77
78
name : build
You can’t perform that action at this time.
0 commit comments