Skip to content

Commit 788b6db

Browse files
committed
try during the test stage
1 parent 69c3e2b commit 788b6db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
cargo build
102102
- name: Test
103103
run: |
104+
$env:PATH += ";${{ github.workspace }}\vapoursynth-portable"
104105
cargo test --workspace --lib --bins --tests --benches
105106
- name: Lint
106107
run: |

0 commit comments

Comments
 (0)