Skip to content

Commit 0e1de73

Browse files
committed
Explicitly install libreadline to Ubuntu jobs
1 parent 9ee1b1a commit 0e1de73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Install libedit
23-
run: sudo apt-get install -q libedit-dev libedit2
23+
run: sudo apt-get install -q libedit-dev libreadline-dev
2424
if: startsWith(matrix.os, 'ubuntu')
2525
- name: Install libedit
2626
run: brew install libedit

0 commit comments

Comments
 (0)