Johannes Kreutz 3 年 前
コミット
ca57b9afbf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -6,7 +6,7 @@ build_release_linux:
   stage: release
   when: manual
   before_script:
-    - apt update && apt -y install build-essential
+    - apt update && apt -y install build-essential wget
     - cd trackpoint-app
     - ./build-dependencies-first.sh release
     - mkdir build