Update MSYS2 build workflow configuration

This commit is contained in:
deepend-tildeclub
2026-01-09 01:01:14 -07:00
committed by GitHub
parent 1d701fc2d9
commit 77b1abb521

View File

@@ -1,11 +1,10 @@
name: MSYS2 Build
on:
push:
branches:
- master
branches: [master]
pull_request:
branches:
- master
branches: [master]
jobs:
msys2_build:
@@ -15,14 +14,16 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: >-
mingw-w64-x86_64-gcc
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-python3-cffi
mingw-w64-x86_64-python-cffi
mingw-w64-x86_64-meson
mingw-w64-x86_64-gtk2
mingw-w64-x86_64-gtk-update-icon-cache