CI build with manual apk add

This commit is contained in:
Victor Mignot 2022-11-21 00:19:16 -05:00
parent f15f7a3cb6
commit 802e0fb43a
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -1,13 +1,11 @@
image: alpine/edge
packages:
- rustup
sources:
- https://git.sr.ht/~victormignot/yorokobot
tasks:
- setup: |
apk add rustup
rustup default stable
- format-check: |