mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
ci: fix qsv binary issue
This commit is contained in:
parent
21c810f994
commit
e165786be3
1 changed files with 2 additions and 5 deletions
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
|
|
@ -29,12 +29,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Download compatible qsv binary
|
- name: Add qsv to PATH
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv
|
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: Move qsv to PATH
|
|
||||||
run: |
|
|
||||||
mv qsv $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue