Skip to content

Commit b149c3f

Browse files
committed
build: attempt using external qsv for book and lab
1 parent a299643 commit b149c3f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Add qsv to PATH
3333
run: |
34-
echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH
34+
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
3535
3636
- name: Install dependencies
3737
run: |

path_files/qsv

-82.6 MB
Binary file not shown.

start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
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"
45
export PATH=$HOME/path_files:$PATH
56

67
exec "$@"

0 commit comments

Comments
 (0)