Install ripgrep
This commit is contained in:
parent
a2c0085cf1
commit
4561b9dde2
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{matrix.node}}
|
node-version: ${{matrix.node}}
|
||||||
|
|
||||||
|
- name: Install ripgrep
|
||||||
|
run: apt-get install ripgrep -y
|
||||||
|
|
||||||
- name: Setup emacs
|
- name: Setup emacs
|
||||||
uses: ./.forgejo/install-emacs
|
uses: ./.forgejo/install-emacs
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue