We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f342e20 commit 69c3e2bCopy full SHA for 69c3e2b
1 file changed
.github/workflows/ci.yml
@@ -88,7 +88,8 @@ jobs:
88
run: |
89
curl -L -o vsinstall.ps1 https://github.com/vapoursynth/vapoursynth/releases/download/R72/Install-Portable-VapourSynth-R72.ps1
90
powershell -ExecutionPolicy Bypass -File .\vsinstall.ps1 -Unattended
91
- echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
+ - name: Add VapourSynth to PATH
92
+ run: echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
93
- name: Set up Rust
94
uses: actions-rust-lang/setup-rust-toolchain@v1
95
with:
0 commit comments