Skip to content

Commit 6c354e5

Browse files
committed
add dll to deps folder
1 parent 788b6db commit 6c354e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cargo build
102102
- name: Test
103103
run: |
104-
$env:PATH += ";${{ github.workspace }}\vapoursynth-portable"
104+
Copy-Item "${{ github.workspace }}\vapoursynth-portable\*.dll" "target\debug\deps\" -Force
105105
cargo test --workspace --lib --bins --tests --benches
106106
- name: Lint
107107
run: |

0 commit comments

Comments
 (0)