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