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 d7674e3 commit 9191fa8Copy full SHA for 9191fa8
.github/workflows/build.yml
@@ -20,6 +20,9 @@ jobs:
20
AhMyth-Server
21
runs-on: ubuntu-latest
22
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
26
- uses: actions/checkout@v2
27
- name: Setup Node.js environment
28
uses: actions/[email protected]
@@ -40,4 +43,4 @@ jobs:
40
43
uses: actions/upload-artifact@v1
41
44
with:
42
45
name: AhMyth
- path: /dist/
46
+ path: /dist/
0 commit comments