Fix build error
This commit is contained in:
parent
28f4894c5a
commit
fddb07ea3a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue