Skip to content

Commit 78d25a7

Browse files
GitHub Actions worked fine before, but now it gets an error message: 'No usable version of libssl was found.' It appears that the latest Ubuntu version has changed from 24.04.5 to 24.04.1. Try to fix this error, refer to dotnet/core#4749 (comment).
1 parent 181ceb1 commit 78d25a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
7.0.x
6666
8.0.x
6767
9.0.x
68+
69+
- name: Install OpenSSL 1.1
70+
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
6873
6974
- name: Restore NuGets
7075
run: dotnet restore ${{ env.SOLUTION }}

0 commit comments

Comments
 (0)