From e664a7525676aec6bc3c8feda13e073d6e074318 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 2 Sep 2024 12:58:24 +0300 Subject: [PATCH] Install ripgrep --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8556dc1..7ced8e7 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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