There was an error while loading. Please reload this page.
1 parent 9ee1b1a commit 0e1de73Copy full SHA for 0e1de73
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Install libedit
23
- run: sudo apt-get install -q libedit-dev libedit2
+ run: sudo apt-get install -q libedit-dev libreadline-dev
24
if: startsWith(matrix.os, 'ubuntu')
25
26
run: brew install libedit
0 commit comments