From d66e3c3284fcf4a206da0c792623a074757fcebf Mon Sep 17 00:00:00 2001 From: Stefan-olt Date: Tue, 1 Oct 2024 00:04:19 +0200 Subject: [PATCH] fix linux workflow 3rd try --- .github/workflows/build-plugins-linux-glibc-x86_64.yml | 4 ++-- plugins/bm3d.json | 4 +++- plugins/cas.json | 4 +--- plugins/depan.json | 4 +++- plugins/motionmask.json | 4 +--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-plugins-linux-glibc-x86_64.yml b/.github/workflows/build-plugins-linux-glibc-x86_64.yml index ad57574..1a428b0 100644 --- a/.github/workflows/build-plugins-linux-glibc-x86_64.yml +++ b/.github/workflows/build-plugins-linux-glibc-x86_64.yml @@ -27,12 +27,12 @@ jobs: GITHUB_TOKEN: ${{ github.token }} run: | cd ~ - gh release list -L 100000 --repo '${{ github.repository }}' | grep -m1 "compiler-*" | cut -f3 | xargs -i gh release download {} --repo '${{ github.repository }}' --pattern 'crosstool-ng-compiler-linux-x86_64*' + gh release list -L 100000 --repo '${{ github.repository }}' | grep -m1 "compiler-.*" | cut -f3 | xargs -i gh release download {} --repo '${{ github.repository }}' --pattern 'crosstool-ng-compiler-linux-x86_64*' tar xzf crosstool-ng-compiler-linux-x86_64.tar.gz export PATH="${HOME}/x-tools/x86_64-unknown-linux-gnu/bin:$PATH" pip3 install meson ninja pyzstd click cd ${{ github.workspace }} - 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*' + 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 }}' diff --git a/plugins/bm3d.json b/plugins/bm3d.json index 35f7ccc..7904971 100644 --- a/plugins/bm3d.json +++ b/plugins/bm3d.json @@ -64,7 +64,9 @@ "tests": [ { "name": "test-filter-0", - "create_files": [ "test-filter-0.vpy" ], + "create_files": [ + "test-filter-0.vpy" + ], "commands": [ { "cwd": "{TESTDIR}", diff --git a/plugins/cas.json b/plugins/cas.json index a0d1146..517c9bf 100644 --- a/plugins/cas.json +++ b/plugins/cas.json @@ -14,9 +14,7 @@ "tests": [ { "name": "test-filter-0", - "create_files": [ - "test-filter-0.vpy" - ], + "create_files": [ "test-filter-0.vpy" ], "commands": [ { "cwd": "{TESTDIR}", diff --git a/plugins/depan.json b/plugins/depan.json index b327de8..5b4026f 100644 --- a/plugins/depan.json +++ b/plugins/depan.json @@ -64,7 +64,9 @@ "tests": [ { "name": "test-filter-0", - "create_files": [ "test-filter-0.vpy" ], + "create_files": [ + "test-filter-0.vpy" + ], "commands": [ { "cwd": "{TESTDIR}", diff --git a/plugins/motionmask.json b/plugins/motionmask.json index 7fac576..c975371 100644 --- a/plugins/motionmask.json +++ b/plugins/motionmask.json @@ -15,9 +15,7 @@ "tests": [ { "name": "test-filter-0", - "create_files": [ - "test-filter-0.vpy" - ], + "create_files": [ "test-filter-0.vpy" ], "commands": [ { "cwd": "{TESTDIR}",