Skip to content

Commit

Permalink
ci: add libreadline to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olegrok committed Dec 9, 2024
1 parent 5f513ed commit 01fe978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/asan_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Install Python dependencies
run: pip install -r tests/requirements.txt

- name: Install dependencies
run: sudo apt install -y libreadline-dev

- name: Build module
run: |
export MAKEFLAGS=-j8
Expand Down

0 comments on commit 01fe978

Please sign in to comment.