Johannes Kreutz 2 years ago
parent
commit
aaf6de7eea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -24,7 +24,7 @@ build_release_windows:
   stage: release
   when: manual
   before_script:
-    - apt-get update && apt-get install gcc-mingw-w64 wget cmake
+    - apt-get update && apt-get -y install gcc-mingw-w64 wget cmake
     - cd trackpoint-app
     - ./build-dependencies-first.sh win-cross
     - mkdir build