Fixes for github actions (autotools).

This commit is contained in:
Alexander Shaduri
2021-12-01 14:13:54 +04:00
parent b2c0fe2190
commit 235f79c88f
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -88,8 +88,8 @@ jobs:
install: >-
mingw-w64-${{ matrix.arch }}-gtkmm3
mingw-w64-${{ matrix.arch }}-pkg-config
mingw-w64-${{ matrix.arch }}-autoconf
mingw-w64-${{ matrix.arch }}-automake
autoconf
automake
mingw-w64-${{ matrix.arch }}-gcc
mingw-w64-${{ matrix.arch }}-fontconfig
make
+9 -2
View File
@@ -1,7 +1,14 @@
name: Build - GTK3 Branch (Tier 2 platforms)
# Manually triggered
on: [workflow_dispatch]
on:
# Triggers the workflow on push or pull request events but only for the branch
push:
branches: [ gsmartcontrol-gtk3 ]
pull_request:
branches: [ gsmartcontrol-gtk3 ]
# Allows you to run this workflow manually from the Actions tab.
# This does not work for non-default branches, that's why we use the push / pull_request triggers above.
workflow_dispatch:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)