mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-12-01 03:03:48 +00:00
CI: Use Alpine's build-base instead
This commit is contained in:
parent
e6dc57aa04
commit
39782b5c88
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue