mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-11 04:05:46 +00:00
Update mingw-win32.yml
Try old pthreads
This commit is contained in:
parent
421f7d2eac
commit
cfea7521b2
10
.github/workflows/mingw-win32.yml
vendored
10
.github/workflows/mingw-win32.yml
vendored
@ -14,7 +14,15 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW32
|
||||
- name: mingw update
|
||||
run : msys2do pacman -S --noconfirm --needed base-devel mingw-w64-i686-toolchain make perl nasm
|
||||
run: |
|
||||
msys2do pacman -S --noconfirm --needed base-devel mingw-w64-i686-toolchain make perl nasm
|
||||
wget http://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
wget http://repo.msys2.org/mingw/i686/mingw-w64-i686-winpthreads-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
|
||||
pacman -U --noconfirm mingw-w64-i686-libwinpthread-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz mingw-w64-i686-winpthreads-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
|
||||
rm mingw-w64-i686-libwinpthread-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
rm mingw-w64-i686-winpthreads-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
- name: mingw build
|
||||
run : msys2do make mingw510 -j9 RELEASEBUILD=1
|
||||
- name: make artifacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user