Skip to content

Commit 01fdaa2

Browse files
committed
ci: fixed missing vulkan deps
1 parent b59f7ee commit 01fdaa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install-ubuntu.sh

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ sudo apt install git
1616
echo "Installing OpenGL and Xorg dependencies"
1717
sudo apt install libopengl-dev libgl-dev libgl1-mesa-dev libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev pkg-config
1818

19+
# Vulkan
20+
echo "Installing Vulkan dependencies"
21+
sudo apt install vulkan-sdk
22+
1923
# VCPKG
2024
echo "Installing vcpkg"
2125
git clone https://github.com/microsoft/vcpkg

0 commit comments

Comments
 (0)