Skip to content

Commit ab07eec

Browse files
committed
checkpoint try readline-common and libreadline-dev
1 parent a67a521 commit ab07eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install ctags
1717
run: sudo apt-get install -y universal-ctags
1818
- name: install readline
19-
run: sudo apt-get install -y libreadline libreadline-dev
19+
run: sudo apt-get install -y readline-common libreadline-dev
2020
- name: clone picky
2121
run: git clone https://github.com/lcn2/picky
2222
- name: install picky

0 commit comments

Comments
 (0)