We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788b6db commit 6c354e5Copy full SHA for 6c354e5
1 file changed
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
cargo build
102
- name: Test
103
run: |
104
- $env:PATH += ";${{ github.workspace }}\vapoursynth-portable"
+ Copy-Item "${{ github.workspace }}\vapoursynth-portable\*.dll" "target\debug\deps\" -Force
105
cargo test --workspace --lib --bins --tests --benches
106
- name: Lint
107
0 commit comments