1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-12 13:16:42 +00:00

CI: Added missing gcc for race detector

This commit is contained in:
diamondburned 2020-10-29 12:46:34 -07:00
parent a4a9a24424
commit 3933bfb813

View file

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