We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45add8e + 2d43ee5 commit 139f148Copy full SHA for 139f148
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install native dependencies (Windows)
73
run: |
74
choco install --no-progress vlc
75
- choco install mpvio.install --no-progress --version=0.36.0 # FIXME release this lock when possible
+ choco install mpvio.install --no-progress
76
# update the PATH variable (because shims are not possible for vlc/mpv)
77
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
78
refreshenv
0 commit comments