Building manually

This commit is contained in:
Victor Mignot 2022-11-21 00:24:56 -05:00
parent 3abac37774
commit 1f6f5df236
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -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