diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a521539fa33..1ebb81d57cad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,6 +103,9 @@ jobs: ${MINGW_PACKAGE_PREFIX}-python ${MINGW_PACKAGE_PREFIX}-SDL2 ${MINGW_PACKAGE_PREFIX}-zstd + - run: pacman -S --noconfirm wget base-devel git + - run: wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBUILD + - run: makepkg --syncdeps --nobuild --noconfirm PKGBUILD || true - run: ./configure && ninja -C build - run: ./build/qemu-system-x86_64 -nographic -plugin ./build/contrib/plugins/libstoptrigger,icount=1000000 -plugin ./build/tests/tcg/plugins/libinsn -d plugin