mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 03:30:18 +00:00
Update MSYS2 build workflow configuration
This commit is contained in:
committed by
GitHub
parent
1d701fc2d9
commit
77b1abb521
13
.github/workflows/msys-build.yml
vendored
13
.github/workflows/msys-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user