Browse Source

Update build.yml

Denis 5 năm trước cách đây
mục cha
commit
9676b25f7d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -47,8 +47,8 @@ jobs:
       - name: Install deps
         run: |
           sudo dpkg --add-architecture i386 
-          sudo apt update
-          sudo apt install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
+          sudo apt-get update
+          sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib
       - uses: actions/checkout@v2
       - name: Setup Node.js environment
         uses: actions/setup-node@v1.4.3