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