diff --git a/CI/install-dependencies-xenial.sh b/CI/install-dependencies-xenial.sh index 0336ea90..fda9ac07 100755 --- a/CI/install-dependencies-xenial.sh +++ b/CI/install-dependencies-xenial.sh @@ -48,7 +48,7 @@ apt-get install -y libqt5websockets5-dev cd /root git clone https://github.com/jp9000/obs-studio ./obs-studio cd obs-studio -git checkout 19.0.3 +git checkout 20.1.0 mkdir build && cd build cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr .. make -j4 diff --git a/appveyor.yml b/appveyor.yml index 54daac80..70a932ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: - set build_config=Release - git clone --recursive https://github.com/jp9000/obs-studio - cd C:\projects\obs-studio\ - - git checkout 19.0.3 + - git checkout 20.1.0 - mkdir build - mkdir build32 - mkdir build64