Building manually
This commit is contained in:
parent
3abac37774
commit
1f6f5df236
|
@ -1,12 +1,13 @@
|
|||
image: alpine/edge
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue