mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix: Commit CI not running because cargo is not installed
This commit is contained in:
parent
cb2fefef19
commit
139a7f3374
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue