Skip to content

Commit

Permalink
.github/workflows/CI.yml: use vs api3 branch to fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <i@akarin.info>
  • Loading branch information
AkarinVS committed Sep 5, 2023
1 parent d4299f2 commit 024ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install VapourSynth
run: |
git clone https://github.com/vapoursynth/vapoursynth --depth 1 vapoursynth-build
git clone https://github.com/vapoursynth/vapoursynth --branch api3 --depth 1 vapoursynth-build
pushd vapoursynth-build
./autogen.sh
./configure --disable-static --disable-x86-asm --disable-vsscript --disable-vspipe --disable-python-module --disable-plugins
Expand Down

0 comments on commit 024ac71

Please sign in to comment.