diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 6cff70dab..24d1ff521 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -1,6 +1,10 @@ # Make sure ccache is found export PATH=/usr/local/opt/ccache/libexec:$PATH +cd ./plugins/obs-browser +git checkout origin/osx +cd - + mkdir build cd build cmake -DENABLE_SPARKLE_UPDATER=ON \