CI build specifying toolchain
This commit is contained in:
parent
802e0fb43a
commit
3abac37774
|
@ -1,11 +1,13 @@
|
||||||
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 toolchain install stable
|
||||||
rustup default stable
|
rustup default stable
|
||||||
|
|
||||||
- format-check: |
|
- format-check: |
|
||||||
|
|
Loading…
Reference in a new issue