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