Skip to content

Commit f342e20

Browse files
committed
path to .lib fix
1 parent 856b92f commit f342e20

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
@@ -78,6 +78,8 @@ jobs:
7878
build-test-lint-windows:
7979
name: Windows - build, test and lint
8080
runs-on: windows-latest
81+
env:
82+
VAPOURSYNTH_LIB_DIR: ${{ github.workspace }}\vapoursynth-portable\sdk\lib64\
8183
steps:
8284
- uses: actions/checkout@v5
8385
with:
@@ -86,7 +88,6 @@ jobs:
8688
run: |
8789
curl -L -o vsinstall.ps1 https://github.com/vapoursynth/vapoursynth/releases/download/R72/Install-Portable-VapourSynth-R72.ps1
8890
powershell -ExecutionPolicy Bypass -File .\vsinstall.ps1 -Unattended
89-
echo "VAPOURSYNTH_LIB_DIR=${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_ENV
9091
echo "${{ github.workspace }}\vapoursynth-portable" >> $GITHUB_PATH
9192
- name: Set up Rust
9293
uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)