1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-05 17:18:48 +00:00

CI: Use Alpine's build-base instead

This commit is contained in:
diamondburned 2020-10-29 13:09:49 -07:00
parent e6dc57aa04
commit 39782b5c88

View file

@ -9,7 +9,7 @@
"tested": "./api,./gateway,./bot,./discord" "tested": "./api,./gateway,./bot,./discord"
}, },
"before_script": [ "before_script": [
"apk add git gcc" "apk add git build-base"
], ],
"stages": [ "stages": [
"build", "build",