From 06c7ac4814dae98fa7f722fc14ad7ec6d832c1e3 Mon Sep 17 00:00:00 2001 From: Martin Holters Date: Tue, 25 Jun 2024 11:43:05 +0200 Subject: [PATCH] fixup! Update GStreamer version used in Windows CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff524a..16ad415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: - name: Install prerequisites shell: cmd run: | - curl --location https://gstreamer.freedesktop.org/data/pkg/windows/1.18.6/msvc/gstreamer-1.0-msvc-${{ matrix.arch }}-1.18.6.msi --output gstreamer.msi - curl --location https://gstreamer.freedesktop.org/data/pkg/windows/1.18.6/msvc/gstreamer-1.0-devel-msvc-${{ matrix.arch }}-1.18.6.msi --output gstreamer-devel.msi + curl --location https://gstreamer.freedesktop.org/data/pkg/windows/1.24.5/msvc/gstreamer-1.0-msvc-${{ matrix.arch }}-1.24.5.msi --output gstreamer.msi + curl --location https://gstreamer.freedesktop.org/data/pkg/windows/1.24.5/msvc/gstreamer-1.0-devel-msvc-${{ matrix.arch }}-1.24.5.msi --output gstreamer-devel.msi msiexec /quiet /i gstreamer.msi msiexec /quiet /i gstreamer-devel.msi del gstreamer.msi