Skip to content

Commit

Permalink
Try to add wine-binfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnClark committed Apr 9, 2024
1 parent 1de1460 commit ffa9b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install -yqq binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
sudo apt remove --purge --auto-remove mono-runtime # Deal with "File does not contain a valid CIL image" error. See: https://github.com/orgs/community/discussions/64826
- name: Build win64 cross-compiled plugins
env:
Expand Down

0 comments on commit ffa9b52

Please sign in to comment.