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 image: alpine/edge
packages:
- rustup
sources: sources:
- https://git.sr.ht/~victormignot/yorokobot - https://git.sr.ht/~victormignot/yorokobot
tasks: tasks:
- setup: | - setup: |
apk add rustup
rustup default stable rustup default stable
- format-check: | - format-check: |