|
@@ -7,7 +7,8 @@ name: CI
|
|
|
# events but only for the master branch
|
|
# events but only for the master branch
|
|
|
on:
|
|
on:
|
|
|
push:
|
|
push:
|
|
|
- branches:
|
|
|
|
|
|
|
+ branches:
|
|
|
|
|
+ - githubActionsBuild
|
|
|
- master
|
|
- master
|
|
|
- development
|
|
- development
|
|
|
release:
|
|
release:
|
|
@@ -45,7 +46,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Install apt dependencies (need for Windows build)
|
|
- name: Install apt dependencies (need for Windows build)
|
|
|
run: |
|
|
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
|
|
- uses: actions/checkout@v2
|
|
|
- name: Setup Node.js environment
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v1.4.3
|
|
uses: actions/setup-node@v1.4.3
|