CI build specifying toolchain

This commit is contained in:
Victor Mignot 2022-11-21 00:22:01 -05:00
parent 802e0fb43a
commit 3abac37774
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -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: |