ci(linux): update frontend api headers to v26

This commit is contained in:
Stéphane Lepin 2020-11-27 12:45:57 +01:00
parent 6d12af3858
commit eddd4abe76

View File

@ -14,6 +14,6 @@ sudo apt-get install -y \
qtbase5-dev
# Dirty hack
sudo wget -O /usr/include/obs/obs-frontend-api.h https://raw.githubusercontent.com/obsproject/obs-studio/25.0.0/UI/obs-frontend-api/obs-frontend-api.h
sudo wget -O /usr/include/obs/obs-frontend-api.h https://raw.githubusercontent.com/obsproject/obs-studio/26.0.0/UI/obs-frontend-api/obs-frontend-api.h
sudo ldconfig