Skip to content

Commit

Permalink
テストビルド用VapourSynthを最新版に
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Oct 4, 2024
1 parent 4bdef66 commit 9ba8b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Install VapourSynth
run: |
cd ${{ github.workspace }}
git clone https://github.com/vapoursynth/vapoursynth -b R68 --depth 1
git clone https://github.com/vapoursynth/vapoursynth --depth 1
cd vapoursynth
./autogen.sh
CC=${{ matrix.cpu_config.cpu }}-w64-mingw32-gcc-posix CXX=${{ matrix.cpu_config.cpu }}-w64-mingw32-g++-posix PKG_CONFIG_PATH=${{ github.workspace }}/lsw/lib/pkgconfig ./configure --host=${{ matrix.cpu_config.cpu }}-w64-mingw32 --disable-vsscript --disable-vspipe --disable-python-module --prefix=${{ github.workspace }}/lsw
Expand Down

0 comments on commit 9ba8b8b

Please sign in to comment.