ci: attempt fixing qsv download and path

This commit is contained in:
rzmk 2025-12-03 07:01:13 -05:00
parent b149c3f385
commit 2e2d3c93e6

View file

@ -31,7 +31,7 @@ jobs:
- name: Add qsv to PATH - name: Add qsv to PATH
run: | run: |
cd ${GITHUB_WORKSPACE}/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 curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv && mv qsv $GITHUB_PATH
- name: Install dependencies - name: Install dependencies
run: | run: |