Skip to content

Commit

Permalink
Add vulkan to apt package list
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Mar 5, 2024
1 parent 6c172aa commit 685e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/prepare_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_protobuf_centos() {

if [[ "$OSTYPE" == "linux"* ]]; then
if command -v apt-get ; then
sudo apt-get -y install protobuf-compiler libopenblas-dev
sudo apt-get -y install protobuf-compiler libopenblas-dev vulkan
else
# Build from manylinux2014 container
yum -y install openblas-devel perl-IPC-Cmd unzip curl openssl-devel vulkan
Expand Down

0 comments on commit 685e52d

Please sign in to comment.