File tree 1 file changed +2
-26
lines changed 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 20
20
brew update
21
21
brew install automake
22
22
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
-
28
23
- name : Install CMake
29
24
uses : lukka/get-cmake@latest
30
25
84
79
popd
85
80
rm -rf avisynth-build
86
81
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
108
84
109
85
- name : Build AviSynth/VapourSynth plugin
110
86
run : |
You can’t perform that action at this time.
0 commit comments