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