1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-08-22 00:06:55 +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"
},
"before_script": [
"apk add git"
"apk add git gcc"
],
"stages": [
"build",