Skip to content

Commit c514f23

Browse files
committed
Revert "Gst 1.16.2 -> 1.16.3"
This reverts commit d582676.
1 parent d582676 commit c514f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ jobs:
580580
- name: Install dependencies
581581
shell: powershell
582582
run: |
583-
choco install gstreamer --version=1.16.3
584-
choco install gstreamer-devel --version=1.16.3
583+
choco install gstreamer --version=1.16.2
584+
choco install gstreamer-devel --version=1.16.2
585585
curl.exe -o C:\tools\pthreads-w32-2-9-1-release.zip ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
586586
mkdir C:\tools\pthreads-w32-2-9-1-release\
587587
Expand-Archive -Path C:\tools\pthreads-w32-2-9-1-release.zip -DestinationPath C:\tools\pthreads-w32-2-9-1-release

0 commit comments

Comments
 (0)