Skip to content

Commit

Permalink
Revert "Gst 1.16.2 -> 1.16.3"
Browse files Browse the repository at this point in the history
This reverts commit d582676.
  • Loading branch information
stefankiesz committed Mar 21, 2024
1 parent f3aeb63 commit 96886dc
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 @@ -580,8 +580,8 @@ jobs:
- name: Install dependencies
shell: powershell
run: |
choco install gstreamer --version=1.16.3
choco install gstreamer-devel --version=1.16.3
choco install gstreamer --version=1.16.2
choco install gstreamer-devel --version=1.16.2
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
mkdir C:\tools\pthreads-w32-2-9-1-release\
Expand-Archive -Path C:\tools\pthreads-w32-2-9-1-release.zip -DestinationPath C:\tools\pthreads-w32-2-9-1-release
Expand Down

0 comments on commit 96886dc

Please sign in to comment.