Skip to content

Commit c85013d

Browse files
committed
ci: add libreadline to build dependencies
1 parent 5f513ed commit c85013d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/asan_testing.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install Python dependencies
3535
run: pip install -r tests/requirements.txt
3636

37+
- name: Install dependencies
38+
run: sudo apt install libreadline-dev
39+
3740
- name: Build module
3841
run: |
3942
export MAKEFLAGS=-j8

0 commit comments

Comments
 (0)