We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9adaf5 commit f1110a7Copy full SHA for f1110a7
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,10 @@ jobs:
50
- uses: actions/checkout@v5
51
with:
52
submodules: recursive
53
+ - name: Find vapoursynth.lib
54
+ run: |
55
+ pip install vapoursynth
56
+ python -c "import vapoursynth; print(vapoursynth.__file__)"
57
- uses: actions/cache@v4
58
59
path: |
@@ -89,6 +93,8 @@ jobs:
89
93
pip install vapoursynth
90
94
vapoursynth config
91
95
vapoursynth register-install
96
97
+ run: python -c "import vapoursynth; print(vapoursynth.__file__)"
92
98
- name: Set up Rust
99
uses: actions-rust-lang/setup-rust-toolchain@v1
100
0 commit comments