Skip to content

Commit 856b92f

Browse files
committed
unnattended ci
1 parent 50a6c3f commit 856b92f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install VapourSynth
8686
run: |
8787
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
88+
powershell -ExecutionPolicy Bypass -File .\vsinstall.ps1 -Unattended
8989
echo "VAPOURSYNTH_LIB_DIR=${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_ENV
9090
echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
9191
- name: Set up Rust

0 commit comments

Comments
 (0)