mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 02:09:05 +01:00
fix: Commit CI not running because cargo is not installed
This commit is contained in:
parent
cb2fefef19
commit
139a7f3374
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user