Install ripgrep
Some checks failed
/ Test on 28.2 (push) Failing after 21s
/ Test on 29.4 (push) Failing after 21s
/ Test on snapshot (push) Failing after 20s

This commit is contained in:
Maciej 2024-09-02 12:56:54 +03:00
parent a2c0085cf1
commit 4561b9dde2
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -17,6 +17,9 @@ jobs:
with:
node-version: ${{matrix.node}}
- name: Install ripgrep
run: apt-get install ripgrep -y
- name: Setup emacs
uses: ./.forgejo/install-emacs
with: