Skip to content

Commit 757c1a3

Browse files
committed
ci: msvc pipeline fix
Disable gstreamer for now until the conan packages are updated.
1 parent a31d14a commit 757c1a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/aravis-msvc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
INPUT_CONANFILE: |
3333
[requires]
3434
libiconv/1.17
35-
glib/2.76.2
3635
#gobject-introspection/1.69.0
37-
gstreamer/1.19.2
38-
gst-plugins-base/1.19.2
36+
gstreamer/1.22.3
37+
#gst-plugins-base/1.22.3 Disable gstreamer for now, latest gst-plugins-base is 1.19.2
3938
#gtk/4.4.0
4039
libxml2/2.10.3
4140
zlib/1.2.13
@@ -64,7 +63,7 @@ jobs:
6463
.\build\activate_build.ps1
6564
.\build\activate_run.ps1
6665
echo "::group::configure"
67-
meson --prefix ${{ github.workspace }}\install --buildtype ${{ matrix.build_type_meson }} --pkg-config-path ${{ github.workspace }}\build -Ddocumentation=disabled -Dgst-plugin=enabled -Dintrospection=disabled -Dusb=enabled -Dviewer=disabled -Dgv-n-buffers=1 . .\build
66+
meson --prefix ${{ github.workspace }}\install --buildtype ${{ matrix.build_type_meson }} --pkg-config-path ${{ github.workspace }}\build -Ddocumentation=disabled -Dgst-plugin=disabled -Dintrospection=disabled -Dusb=enabled -Dviewer=disabled -Dgv-n-buffers=1 . .\build
6867
echo "::endgroup::"
6968
echo "::group::compile"
7069
meson compile -C .\build -v

0 commit comments

Comments
 (0)