CI: Remove unneeded runtime deps

Removes kernel headers and dkms packages from the CI pipeline. These are
only needed when running obs and not when building. This avoids crashing
and burning in CI when secureboot is enabled. see: https://github.com/obsproject/obs-studio/pull/4560/checks?check_run_id=2403303957
master
Kurt Kartaltepe 2021-04-21 12:37:14 -07:00 committed by Jim
parent b685d1bf88
commit 0f172a0bc7
2 changed files with 2 additions and 6 deletions

View File

@ -425,9 +425,7 @@ jobs:
qtbase5-private-dev \
libqt5svg5-dev \
swig \
libcmocka-dev \
linux-generic \
v4l2loopback-dkms
libcmocka-dev
- name: 'Restore Chromium Embedded Framework from cache'
id: cef-cache
uses: actions/cache@v2.1.2

View File

@ -44,9 +44,7 @@ sudo apt-get install -y \
qtbase5-dev \
qtbase5-private-dev \
libqt5svg5-dev \
swig \
linux-generic \
v4l2loopback-dkms
swig
# build cef
wget --quiet --retry-connrefused --waitretry=1 https://cdn-fastly.obsproject.com/downloads/cef_binary_${LINUX_CEF_BUILD_VERSION}_linux64.tar.bz2