Skip to content

Commit

Permalink
install older version of libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 14, 2025
1 parent b66c7f4 commit 6ae5e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# Some test packages require libssl.so.1.1
# TODO: Remove this once NodeJS and the packages are updated
- name: Install libssl.so.1.1
run: |
curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
- name: Install node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6ae5e36

Please sign in to comment.