Browse Source

Update build.yml

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

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

@@ -46,7 +46,7 @@ jobs:
 
       - name: Install apt dependencies (need for Windows build)
         run: |
-          apt-get update && apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
+          sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
       - uses: actions/checkout@v2
       - name: Setup Node.js environment
         uses: actions/setup-node@v1.4.3