We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a6c3f commit 856b92fCopy full SHA for 856b92f
1 file changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install VapourSynth
86
run: |
87
curl -L -o vsinstall.ps1 https://github.com/vapoursynth/vapoursynth/releases/download/R72/Install-Portable-VapourSynth-R72.ps1
88
- powershell -ExecutionPolicy Bypass -File .\vsinstall.ps1
+ powershell -ExecutionPolicy Bypass -File .\vsinstall.ps1 -Unattended
89
echo "VAPOURSYNTH_LIB_DIR=${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_ENV
90
echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
91
- name: Set up Rust
0 commit comments