Merge pull request 'fix: Commit CI not finishing because cargo is not installed' (#9989) from thehedgeh0g/calckey:fix-commit-ci into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9989
This commit is contained in:
Kainoa Kanter 2023-05-01 19:34:24 +00:00
commit 8ddb221046
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
pipeline:
testCommit:
image: node:latest
image: node:alpine
commands:
- apk add --no-cache cargo python3 make g++
- cp .config/ci.yml .config/default.yml
- corepack enable
- corepack prepare pnpm@latest --activate