Skip to content

Commit

Permalink
fixup! Update GStreamer version used in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jun 25, 2024
1 parent 8847f39 commit 06c7ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06c7ac4

Please sign in to comment.