Skip to content

Commit

Permalink
fix linux workflow 2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Olt committed Sep 30, 2024
1 parent bb57151 commit 5b4f74f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugins-linux-glibc-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export PATH="${HOME}/x-tools/x86_64-unknown-linux-gnu/bin:$PATH"
pip3 install meson ninja pyzstd click
cd ${{ github.workspace }}
gh release list --repo '${{ github.repository }}' | grep -m1 "vapoursynth-*" | cut -f3 | xargs -i gh release download {} --repo '${{ github.repository }}' --pattern 'vapoursynth-build-linux-x86_64*'
gh release list -L 100000 --repo '${{ github.repository }}' | grep -m1 "vapoursynth-*" | cut -f3 | xargs -i gh release download {} --repo '${{ github.repository }}' --pattern 'vapoursynth-build-linux-x86_64*'
tar xzf vapoursynth-build-linux-x86_64.tar.gz
export PYTHONPATH=${{ github.workspace }}/workspace/lib/python3.10/site-packages
./github-build.py '${{ github.repository }}'
Expand Down
4 changes: 1 addition & 3 deletions plugins/bm3d.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
"tests": [
{
"name": "test-filter-0",
"create_files": [
"test-filter-0.vpy"
],
"create_files": [ "test-filter-0.vpy" ],
"commands": [
{
"cwd": "{TESTDIR}",
Expand Down
4 changes: 1 addition & 3 deletions plugins/depan.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
"tests": [
{
"name": "test-filter-0",
"create_files": [
"test-filter-0.vpy"
],
"create_files": [ "test-filter-0.vpy" ],
"commands": [
{
"cwd": "{TESTDIR}",
Expand Down

0 comments on commit 5b4f74f

Please sign in to comment.