Skip to content

Commit 7a6cc6e

Browse files
修复 github action 报错,libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb 已失效,改用 libssl1.1_1.1.1f-1ubuntu4.4_amd64.deb
1 parent 6361295 commit 7a6cc6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
6969
- name: Install OpenSSL 1.1
7070
run: |
71-
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
72-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
71+
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu4.4_amd64.deb
72+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu4.4_amd64.deb
7373
7474
- name: Restore NuGets
7575
run: dotnet restore ${{ env.SOLUTION }}

0 commit comments

Comments
 (0)