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 670ca71 commit e4de434
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ jobs:
- name: install libssl 1.1
run: |
sudo add-apt-repository -y ppa:canonical-server/server-backports
sudo apt-get update
sudo apt-get install -y libssl1.1
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
Expand Down

0 comments on commit e4de434

Please sign in to comment.