Skip to content

Commit

Permalink
Unzip is required in fetching qsv
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Feb 4, 2025
1 parent 98e87aa commit 0f64c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup qsv
run: |
apt install unzip
wget https://github.com/jqnatividad/qsv/releases/download/0.101.0/qsv-0.101.0-x86_64-unknown-linux-musl.zip
unzip qsv-0.101.0-x86_64-unknown-linux-musl.zip -d qsvbin
echo "$GITHUB_WORKSPACE/qsvbin" >> $GITHUB_PATH
Expand Down

0 comments on commit 0f64c4b

Please sign in to comment.