Skip to content

Commit 256437e

Browse files
committed
workflow: use external VapourSynth setup
1 parent fcd1ed5 commit 256437e

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
brew update
2121
brew install automake
2222
23-
- name: Setup Python
24-
uses: actions/setup-python@v4
25-
with:
26-
python-version: 3.x # Version range or exact version of a Python version to use, using SemVer's version range syntax
27-
2823
- name: Install CMake
2924
uses: lukka/get-cmake@latest
3025

@@ -84,27 +79,8 @@ jobs:
8479
popd
8580
rm -rf avisynth-build
8681
87-
- name: Install zimg
88-
run: |
89-
git clone https://github.com/sekrit-twc/zimg --branch v3.0 --depth 1
90-
pushd zimg
91-
./autogen.sh
92-
./configure --disable-static --disable-simd
93-
make -j2
94-
sudo make install -j2
95-
popd
96-
rm -rf zimg
97-
98-
- name: Install VapourSynth
99-
run: |
100-
git clone https://github.com/vapoursynth/vapoursynth --depth 1 vapoursynth-build
101-
pushd vapoursynth-build
102-
./autogen.sh
103-
./configure --disable-static --disable-x86-asm --disable-vsscript --disable-vspipe --disable-python-module --disable-plugins
104-
make -j2
105-
sudo make install -j2
106-
popd
107-
rm -rf vapoursynth-build
82+
- name: Setup vapoursynth
83+
uses: deadnews/action-setup-vs@latest
10884

10985
- name: Build AviSynth/VapourSynth plugin
11086
run: |

0 commit comments

Comments
 (0)