From 4561b9dde2a79bd36d99ae088a5f1c576ed23035 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 2 Sep 2024 12:56:54 +0300 Subject: [PATCH] Install ripgrep --- .forgejo/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index de23af0..8556dc1 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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: