parent
ce98b4e9ba
commit
79555b8b47
|
@ -16,12 +16,6 @@ jobs:
|
|||
- name: mingw update
|
||||
run: |
|
||||
msys2do pacman -S --noconfirm --needed wget base-devel mingw-w64-i686-toolchain make perl nasm
|
||||
msys2do wget http://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
|
||||
msys2do pacman -U --noconfirm mingw-w64-i686-libwinpthread-git-7.0.0.5273.3e5acf5d-1-any.pkg.tar.xz
|
||||
|
||||
msys2do rm mingw-w64-i686-libwinpthread-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…
Reference in New Issue