Skip to content

Commit fe03e94

Browse files
committed
Configure 64-bit for pthreads
1 parent 958ba4c commit fe03e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
wine-stable
4141
yasm
4242
- name: Configure Mingw for POSIX threads
43-
run: update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
43+
run: update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix
4444
- name: Configure Mingw for POSIX threads
45-
run: update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
45+
run: update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
4646
- name: Checkout
4747
uses: actions/checkout@v2
4848
with:

0 commit comments

Comments
 (0)