We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958ba4c commit fe03e94Copy full SHA for fe03e94
.github/workflows/build.yml
@@ -40,9 +40,9 @@ jobs:
40
wine-stable
41
yasm
42
- name: Configure Mingw for POSIX threads
43
- run: update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
+ run: update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix
44
45
- run: update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
+ run: update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
46
- name: Checkout
47
uses: actions/checkout@v2
48
with:
0 commit comments