We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a299643 commit b149c3fCopy full SHA for b149c3f
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Add qsv to PATH
33
run: |
34
- echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
+ 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
35
36
- name: Install dependencies
37
path_files/qsv
-82.6 MB
start
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
python -m bash_kernel.install
4
+cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
5
export PATH=$HOME/path_files:$PATH
6
7
exec "$@"
0 commit comments