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