diff --git a/.github/workflows/build32.yml b/.github/workflows/build32.yml index a1369f4..9e1eaa8 100644 --- a/.github/workflows/build32.yml +++ b/.github/workflows/build32.yml @@ -21,6 +21,11 @@ jobs: update: true bitness: 32 + - name: Install msys2-runtime-3.3 + continue-on-error: true + run: | + exec pacman --noconfirm --noprogressbar -S --needed msys2-runtime-3.3 + - name: Build run: | bash -x make-msys2-installer