Browse Source

fix: wercker fixes

NGPixel 7 years ago
parent
commit
a7a4595482
1 changed files with 2 additions and 2 deletions
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

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