Skip to content

Commit

Permalink
test: install libssl in ubuntu 24.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan chen committed Jan 16, 2025
1 parent e4de434 commit 40cf147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: install libssl 1.1
run: |
curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
- name: Setup .net
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 40cf147

Please sign in to comment.