瀏覽代碼

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