mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 10:43:30 +00:00
CI: Use Alpine's build-base instead
This commit is contained in:
parent
0201145917
commit
55de271118
|
@ -9,7 +9,7 @@
|
|||
"tested": "./api,./gateway,./bot,./discord"
|
||||
},
|
||||
"before_script": [
|
||||
"apk add git gcc"
|
||||
"apk add git build-base"
|
||||
],
|
||||
"stages": [
|
||||
"build",
|
||||
|
|
Loading…
Reference in a new issue