Skip to content

Commit 9fa29fe

Browse files
ci.yml: Add gstreamer
1 parent 43d995f commit 9fa29fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
- name: Build Others
129129
if: matrix.package-set == 'Others'
130130
run: > # Use -j2 option to prevent out of memory errors with GitHub Action runners
131-
uv run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel protobuf-c
131+
uv run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel protobuf-c gst-plugins-good gst-plugins-bad
132+
gst-plugins-ugly
132133
- name: Copy wheel files
133134
if: matrix.package-set != 'Others'
134135
run: |

0 commit comments

Comments
 (0)