Explorar el Código

Update build.yml

Denis hace 5 años
padre
commit
678f63c7bb
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      .github/workflows/build.yml

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

@@ -7,7 +7,8 @@ name: CI
 # events but only for the master branch
 on:
   push:
-    branches: 
+    branches:
+      - githubActionsBuild 
       - master
       - development
   release:
@@ -45,7 +46,7 @@ jobs:
 
       - name: Install apt dependencies (need for Windows build)
         run: |
-          apt update && apt install --no-install-recommends -y wine mono gcc-multilib g++-multilib
+          apt-get update && 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