CI build with manual apk add
This commit is contained in:
parent
f15f7a3cb6
commit
802e0fb43a
|
@ -1,13 +1,11 @@
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
|
|
||||||
packages:
|
|
||||||
- rustup
|
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~victormignot/yorokobot
|
- https://git.sr.ht/~victormignot/yorokobot
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
|
apk add rustup
|
||||||
rustup default stable
|
rustup default stable
|
||||||
|
|
||||||
- format-check: |
|
- format-check: |
|
||||||
|
|
Loading…
Reference in a new issue