CI: Try @vscode/ripgrep again, not vscode-ripgrep

This commit is contained in:
DeeDeeG 2023-06-17 11:59:51 -04:00
parent 40e3bce089
commit acd7150073

View File

@ -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