Skip to content

Commit 69c3e2b

Browse files
committed
the battle of the dll path
1 parent f342e20 commit 69c3e2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
run: |
8989
curl -L -o vsinstall.ps1 https://github.com/vapoursynth/vapoursynth/releases/download/R72/Install-Portable-VapourSynth-R72.ps1
9090
powershell -ExecutionPolicy Bypass -File .\vsinstall.ps1 -Unattended
91-
echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
91+
- name: Add VapourSynth to PATH
92+
run: echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
9293
- name: Set up Rust
9394
uses: actions-rust-lang/setup-rust-toolchain@v1
9495
with:

0 commit comments

Comments
 (0)