mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 16:19:26 +00:00
build: attempt using external qsv for book and lab
This commit is contained in:
parent
a2996430e7
commit
b149c3f385
3 changed files with 2 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Add qsv to PATH
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
|||
BIN
path_files/qsv
BIN
path_files/qsv
Binary file not shown.
1
start
1
start
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
python -m bash_kernel.install
|
||||
cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
|
||||
export PATH=$HOME/path_files:$PATH
|
||||
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue