ci(github): add libvulcan-dev dependency for Ubuntu builds

This commit is contained in:
Oleg Shparber 2023-09-17 03:26:28 -04:00
parent 756c8667c4
commit e80badd0cb
3 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
libgl1-mesa-dev \
libqt6opengl6-dev \
libsqlite3-dev \
libvulkan-dev \
libxcb-keysyms1-dev \
ninja-build \
qt6-base-private-dev \

View File

@ -31,6 +31,7 @@ jobs:
libgl1-mesa-dev \
libqt6opengl6-dev \
libsqlite3-dev \
libvulkan-dev \
libxcb-keysyms1-dev \
ninja-build \
qt6-base-private-dev \

View File

@ -61,6 +61,7 @@ jobs:
extra-cmake-modules \
libarchive-dev \
libsqlite3-dev \
libvulkan-dev \
libxcb-keysyms1-dev \
ninja-build \
${{ matrix.config.qt_packages }}