Skip to content

Commit d15b6c3

Browse files
authored
Update build.yml
1 parent ebfdfa8 commit d15b6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup tmate session
4848
uses: mxschmitt/action-tmate@v2
4949
- name: Install deps
50-
run: sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
50+
run: sudo apt-get install --no-install-recommends -y wine32 wine64 gcc-multilib g++-multilib || true
5151
- uses: actions/checkout@v2
5252
- name: Setup Node.js environment
5353
uses: actions/[email protected]

0 commit comments

Comments
 (0)