mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-07-19 18:58:51 +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"
|
"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