Skip to content

Commit

Permalink
build(ci): fix libssl not found
Browse files Browse the repository at this point in the history
- Use apt install instead
  • Loading branch information
Chinlinlee committed May 3, 2023
1 parent 27ec8e0 commit 82dd916
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:

- name: Install libssl
run: |
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.0l-1~deb9u6_amd64.deb
sudo dpkg -i libssl1.1_1.1.0l-1~deb9u6_amd64.deb
sudo apt update -y
sudo apt install libssl-dev
- name: Create env file
run: |
Expand Down

0 comments on commit 82dd916

Please sign in to comment.