Install ripgrep
All checks were successful
/ Test on 28.2 (push) Successful in 3m35s
/ Test on 29.4 (push) Successful in 3m54s
/ Test on snapshot (push) Successful in 6m38s

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

View file

@ -18,7 +18,7 @@ jobs:
node-version: ${{matrix.node}} node-version: ${{matrix.node}}
- name: Install ripgrep - name: Install ripgrep
run: apt-get install ripgrep -y run: apt-get update -qq && apt-get install ripgrep -y
- name: Setup emacs - name: Setup emacs
uses: ./.forgejo/install-emacs uses: ./.forgejo/install-emacs