ci: fix qsv binary issue

This commit is contained in:
rzmk 2025-12-03 07:05:37 -05:00
parent 21c810f994
commit e165786be3

View file

@ -29,12 +29,9 @@ jobs:
with:
python-version: 3.11
- name: Download compatible qsv binary
- name: Add qsv to PATH
run: |
curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv
- name: Move qsv to PATH
run: |
mv qsv $GITHUB_PATH
mkdir path_files && cd path_files && curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv && echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
- name: Install dependencies
run: |