Skip to content

Commit 139f148

Browse files
authored
Merge pull request #126 from odrling/ci-mpv-0.38
ci: remove lock on windows' mpv version
2 parents 45add8e + 2d43ee5 commit 139f148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install native dependencies (Windows)
7373
run: |
7474
choco install --no-progress vlc
75-
choco install mpvio.install --no-progress --version=0.36.0 # FIXME release this lock when possible
75+
choco install mpvio.install --no-progress
7676
# update the PATH variable (because shims are not possible for vlc/mpv)
7777
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
7878
refreshenv

0 commit comments

Comments
 (0)