ci: install fd and ripgrep for coding-agent tests

This commit is contained in:
Mario Zechner 2025-12-02 16:36:36 +01:00
parent 1c18b8006f
commit 923d85463d

View file

@ -37,10 +37,11 @@ jobs:
node-version: 22 node-version: 22
cache: npm cache: npm
- name: Install canvas build deps - name: Install system dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev sudo apt-get install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev fd-find ripgrep
sudo ln -s $(which fdfind) /usr/local/bin/fd
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci