Skip to content

Commit

Permalink
install wine-wow64 to enable new WoW64 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
huangqinjin committed Jun 14, 2024
1 parent 5b0220f commit 9aa415d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Install prerequisites
run: |
zypper -n in wine msitools awk cmake ninja make gcc14-c++ clang lld libc++-devel
zypper -n in wine-wow64 msitools awk cmake ninja make gcc14-c++ clang lld libc++-devel
ln -s /usr/bin/gcc-14 /usr/local/bin/gcc
ln -s /usr/bin/g++-14 /usr/local/bin/g++
mkdir $HOME/.wine # wine: '/github/home' is not owned by you, refusing to create a configuration directory there
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
run: cmake -P workflow.cmake -- clang

- name: clang-cl
run: make clang-cl CXXFLAGS="-winsysroot /opt/msvc -fuse-ld=lld" LAUNCHER="WINEDEBUG=-all wine64 "
run: make clang-cl CXXFLAGS="-winsysroot /opt/msvc -fuse-ld=lld" LAUNCHER="WINEDEBUG=-all wine "

- name: msvc-wine
run: PATH=/opt/msvc/bin/x64:$PATH make msvc LAUNCHER="WINEDEBUG=-all wine64 " VCTOOLSINSTALLDIR=/opt/msvc
run: PATH=/opt/msvc/bin/x64:$PATH make msvc LAUNCHER="WINEDEBUG=-all wine " VCTOOLSINSTALLDIR=/opt/msvc

- name: cmake msvc-wine
run: cmake -P workflow.cmake -- msvc-wine
Expand Down

0 comments on commit 9aa415d

Please sign in to comment.