We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739def1 commit 6817fecCopy full SHA for 6817fec
.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Build GTK4
120
if: matrix.gtk-version == '4'
121
run: > # Use -j2 option to prevent out of memory errors with GitHub Action runners
122
- uv run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel gtk4 libadwaita gtksourceview5 pygobject
+ uv run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel gtk4 libadwaita gtksourceview5 pygobject protobuf-c
123
adwaita-icon-theme gtkmm
124
- name: Copy wheel files
125
run: |
0 commit comments