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