소스 검색

Update .gitlab-ci.yml

François D 3 년 전
부모
커밋
2180fc9756
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -9,7 +9,7 @@ build:
   # instead of calling g++ directly you can also use some build toolkit like make
   # install the necessary build tools when needed
   # before_script:
-    - apt update && apt -y install make autoconf qt5-default qt5-qmake
+  apt update && apt -y install make autoconf
   script:
     - qmake
     - make