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

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