Skip to content

Commit

Permalink
add readline and libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2023
1 parent 0e3e043 commit ec71e86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Install dependencies
run: sudo apt-get install -y python3 python3-pip ruby openjdk-8-jdk nodejs php-cli liblmdb-dev libmcpp-dev
run: sudo apt-get install -y python3 python3-pip ruby openjdk-8-jdk nodejs php-cli liblmdb-dev libmcpp-dev libreadline-dev libssl-dev
- name: Install test dependencies
run: python3 -m pip install passlib cryptography
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup ccache
Expand Down

0 comments on commit ec71e86

Please sign in to comment.