Skip to content

Commit 9191fa8

Browse files
authored
Added installing wine and mono for Windows build
Maybe use native Windows\OSX worker later
1 parent d7674e3 commit 9191fa8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
AhMyth-Server
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Install apt dependencies (need for Windows build)
24+
run: |
25+
apt update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib
2326
- uses: actions/checkout@v2
2427
- name: Setup Node.js environment
2528
uses: actions/[email protected]
@@ -40,4 +43,4 @@ jobs:
4043
uses: actions/upload-artifact@v1
4144
with:
4245
name: AhMyth
43-
path: /dist/
46+
path: /dist/

0 commit comments

Comments
 (0)