-
What is the easiest way to install qsv in GitHub Actions (Ubuntu)? I looked through the installation docs on README but found no details about using qsv in a CI environment. edit: I did like this using cargo-binstall: - uses: cargo-bins/cargo-binstall@main
- run: cargo binstall --no-confirm qsv |
Beta Was this translation helpful? Give feedback.
Answered by
tino097
Sep 15, 2025
Replies: 1 comment 1 reply
-
Maybe install it as a debian package ? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jqnatividad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe install it as a debian package ?