ci(linux): download frontend API headers from stable

This commit is contained in:
Stéphane Lepin 2020-03-12 17:06:09 +01:00
parent d8f2aeb004
commit 010102da25

View File

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