Skip to content

Commit 6817fec

Browse files
committed
Add protobuf to GTK4 CI run
1 parent 739def1 commit 6817fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Build GTK4
120120
if: matrix.gtk-version == '4'
121121
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
122+
uv run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel gtk4 libadwaita gtksourceview5 pygobject protobuf-c
123123
adwaita-icon-theme gtkmm
124124
- name: Copy wheel files
125125
run: |

0 commit comments

Comments
 (0)