about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-02 19:38:05 -0400
committerCharadon <dev@iotib.net>2022-06-02 19:38:05 -0400
commita0b516b5f6941fa2c52b1f8fe7cb3321e50286d8 (patch)
treedb6e782a74c28bca05d312b7bca5747705fe2e6d
parent4b873a2e20d388c99e6a5bce160310a2dcce78f4 (diff)
downloadPong-C-a0b516b5f6941fa2c52b1f8fe7cb3321e50286d8.tar.gz
For real this time
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00af7eb..adeeac4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ build-job:       # This job runs in the build stage, which runs first.
   stage: build
   script:
     - apk add meson
+    - apk add gcc
     - meson build
     - cd build
     - ninja