Browse Source

fix: wercker fixes

NGPixel 8 năm trước cách đây
mục cha
commit
a7a4595482
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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