Browse Source

Yes, please!

Johannes Kreutz 3 năm trước cách đây
mục cha
commit
751f6df5b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 install build-essential
+    - apt update && apt -y install build-essential
     - cd trackpoint-app
     - ./build-dependencies-first.sh release
     - mkdir build