We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bcb48 commit 678f63cCopy full SHA for 678f63c
.github/workflows/build.yml
@@ -7,7 +7,8 @@ name: CI
7
# events but only for the master branch
8
on:
9
push:
10
- branches:
+ branches:
11
+ - githubActionsBuild
12
- master
13
- development
14
release:
@@ -45,7 +46,7 @@ jobs:
45
46
47
- name: Install apt dependencies (need for Windows build)
48
run: |
- 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
50
- uses: actions/checkout@v2
51
- name: Setup Node.js environment
52
uses: actions/[email protected]
0 commit comments