mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
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
b754fb0b8d
@ -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
Block a user