fix: Commit CI not running because cargo is not installed
This commit is contained in:
parent
455c7273ee
commit
ee5f067069
@ -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 New Issue
Block a user