Skip to content

Commit c660988

Browse files
committed
Added python3-gi dependency.
1 parent c277991 commit c660988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux-appimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
sudo apt-get install -y --no-install-recommends \
2626
squashfs-tools zsync desktop-file-utils appstream file patchelf libglib2.0-bin fakeroot \
2727
git meson ninja-build python3-pip python3-setuptools python3-wheel ca-certificates \
28+
python3-gi \
2829
libgtksourceview-5-dev libgtk-4-dev libadwaita-1-dev libglib2.0-dev libpango1.0-dev pkg-config gobject-introspection
2930
python -m pip install --upgrade pip
3031
python -m pip install --user "appimage-builder==0.8.2"
@@ -34,7 +35,7 @@ jobs:
3435
run: |
3536
git clone --depth=1 --branch v0.18.0 https://gitlab.gnome.org/GNOME/blueprint-compiler.git
3637
cd blueprint-compiler
37-
meson setup build
38+
env PYTHON=/usr/bin/python3 meson setup build
3839
ninja -C build
3940
sudo meson install -C build
4041
which blueprint-compiler && blueprint-compiler --version

0 commit comments

Comments
 (0)