We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67a521 commit ab07eecCopy full SHA for ab07eec
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: install ctags
17
run: sudo apt-get install -y universal-ctags
18
- name: install readline
19
- run: sudo apt-get install -y libreadline libreadline-dev
+ run: sudo apt-get install -y readline-common libreadline-dev
20
- name: clone picky
21
run: git clone https://github.com/lcn2/picky
22
- name: install picky
0 commit comments