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,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
|
||||
|
|
Loading…
Reference in New Issue