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 ebfdfa8 commit d15b6c3Copy full SHA for d15b6c3
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Setup tmate session
48
uses: mxschmitt/action-tmate@v2
49
- name: Install deps
50
- run: sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
+ run: sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib || true
51
- uses: actions/checkout@v2
52
- name: Setup Node.js environment
53
uses: actions/[email protected]
0 commit comments