mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
gtk3 github actions fixes
This commit is contained in:
8
.github/workflows/debian-build.yml
vendored
8
.github/workflows/debian-build.yml
vendored
@@ -22,11 +22,9 @@ jobs:
|
||||
git ca-certificates \
|
||||
build-essential pkg-config meson ninja-build cmake \
|
||||
gettext \
|
||||
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev \
|
||||
libgtk-3-dev \
|
||||
libcanberra-dev libdbus-glib-1-dev libglib2.0-dev libgtk-3-dev \
|
||||
libluajit-5.1-dev libpci-dev libperl-dev libssl-dev \
|
||||
python3-dev python3-cffi mono-devel desktop-file-utils \
|
||||
libx11-dev libxext-dev libxrender-dev libxrandr-dev libxi-dev
|
||||
python3-dev python3-cffi mono-devel desktop-file-utils
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
@@ -38,7 +36,7 @@ jobs:
|
||||
meson setup build \
|
||||
-Dtext-frontend=true \
|
||||
-Dauto_features=enabled
|
||||
# If configure fails, show the project's actual option names in the log.
|
||||
|
||||
- name: Show Meson options (on failure)
|
||||
if: failure()
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user