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 455c7273ee
commit ee5f067069
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5
1 changed files with 3 additions and 0 deletions

View File

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