소스 검색

fix: wercker fixes

NGPixel 7 년 전
부모
커밋
a7a4595482
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -4,8 +4,8 @@ build:
     - script:
       name: install dependencies
       code: |
-        apt update
-        apt install build-essential
+        apt-get update
+        apt-get install build-essential -y
         npm install -g yarn
     - script:
       name: yarn install