Skip to content

build32

build32 #30

Workflow file for this run

name: build32
on:
workflow_dispatch:
jobs:
build32:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: jeremyd2019/setup-msys2@v2_build32
with:
msystem: MINGW32
install: tar mingw-w64-i686-qt-installer-framework mingw-w64-i686-7zip
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
sha256sum.exe msys2-* | tee msys2-checksums.txt
mkdir artifacts
mv msys2-* artifacts
- uses: actions/upload-artifact@v3
with:
name: output
path: artifacts/