Skip to content

Commit 678f63c

Browse files
authored
Update build.yml
1 parent 55bcb48 commit 678f63c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: CI
77
# events but only for the master branch
88
on:
99
push:
10-
branches:
10+
branches:
11+
- githubActionsBuild
1112
- master
1213
- development
1314
release:
@@ -45,7 +46,7 @@ jobs:
4546
4647
- name: Install apt dependencies (need for Windows build)
4748
run: |
48-
apt update && apt install --no-install-recommends -y wine mono gcc-multilib g++-multilib
49+
apt-get update && apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
4950
- uses: actions/checkout@v2
5051
- name: Setup Node.js environment
5152
uses: actions/[email protected]

0 commit comments

Comments
 (0)