ci: add executable permissions to qsv

This commit is contained in:
rzmk 2025-12-03 07:12:45 -05:00
parent 919fe26540
commit 46674ba20b

View file

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