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:
commit
8ddb221046
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
testCommit:
|
testCommit:
|
||||||
image: node:latest
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache cargo python3 make g++
|
||||||
- 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 a new issue