Fix build error

This commit is contained in:
Victor Mignot 2022-11-21 00:38:49 -05:00
parent 28f4894c5a
commit fddb07ea3a
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -1,14 +1,16 @@
image: debian/stable
packages:
- rustup
- curl
sources:
- https://git.sr.ht/~victormignot/yorokobot
tasks:
- setup: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain install stable
rustup default stable
source $HOME/.cargo/env
- format-check: |
cd yorokobot