Update GitHub workflows to use GTK4 instead of GTK3 dependencies
Co-authored-by: speed47 <218502+speed47@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
if: matrix.ui == 'gui'
|
||||
env:
|
||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||
run: brew install gtk+3
|
||||
run: brew install gtk4
|
||||
- name: configure
|
||||
run: |
|
||||
set +x
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
install: git diffutils make pkg-config mingw-w64-${{ matrix.arch }}-glib2 mingw-w64-${{ matrix.arch }}-gcc mingw-w64-${{ matrix.arch }}-ghostscript mingw-w64-${{ matrix.arch }}-ntldd-git man zip
|
||||
- name: install GUI prereqs
|
||||
if: matrix.ui == 'gui'
|
||||
run: pacman -S --noconfirm mingw-w64-${{ matrix.arch }}-gtk3
|
||||
run: pacman -S --noconfirm mingw-w64-${{ matrix.arch }}-gtk4
|
||||
- name: git config
|
||||
run: git config --global core.autocrlf input
|
||||
shell: bash
|
||||
@@ -146,7 +146,7 @@ jobs:
|
||||
if: matrix.ui == 'gui'
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
run: sudo apt-get install -y libgtk-3-dev
|
||||
run: sudo apt-get install -y libgtk-4-dev
|
||||
- name: configure
|
||||
run: |
|
||||
echo ./configure ${{ matrix.clionly }} ${{ matrix.debugprintf }} --with-werror
|
||||
|
||||
Reference in New Issue
Block a user