forked from msys2/msys2-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (32 loc) · 870 Bytes
/
build32.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: build32
on:
workflow_dispatch:
jobs:
build32:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: jeremyd2019/setup-msys2@v2_build32
with:
msystem: MINGW32
install: tar mingw-w64-i686-7zip mingw-w64-x86_64-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/