fix: Commit CI not running because cargo is not installed

This commit is contained in:
Pyrox 2023-05-01 14:52:38 -04:00
parent cb2fefef19
commit 139a7f3374

View file

@ -2,6 +2,9 @@ pipeline:
testCommit:
image: node:latest
commands:
- apt-get update
- apt-get install -y cargo
- rm -rf /var/lib/apt/lists/*
- cp .config/ci.yml .config/default.yml
- corepack enable
- corepack prepare pnpm@latest --activate