From acd71500739d4d82848803c646ceb1a52255c6f1 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sat, 17 Jun 2023 11:59:51 -0400 Subject: [PATCH] CI: Try @vscode/ripgrep again, not vscode-ripgrep --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index e31de29c9..b3dd0842b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ arm_linux_task: - mkdir test_fetching_ripgrep - cd test_fetching_ripgrep - npm init -y --verbose - - npm install --verbose --foreground-scripts vscode-ripgrep; cat /root/.npm/_logs/*.log + - npm install --verbose --foreground-scripts @vscode/ripgrep; cat /root/.npm/_logs/*.log - npm cache clean --force - rm -rfv /tmp/vscode-ripgrep-cache*/ - npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log