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 image: debian/stable
packages: packages:
- rustup - curl
sources: sources:
- https://git.sr.ht/~victormignot/yorokobot - https://git.sr.ht/~victormignot/yorokobot
tasks: tasks:
- setup: | - setup: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain install stable rustup toolchain install stable
rustup default stable rustup default stable
source $HOME/.cargo/env
- format-check: | - format-check: |
cd yorokobot cd yorokobot