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