Skip to content

Commit

Permalink
vulkan validation layer package doesn't seem to exist, not sure why w…
Browse files Browse the repository at this point in the history
…e need it at all
  • Loading branch information
itsafuu committed Jan 22, 2025
1 parent 8600c8a commit 0d24cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ jobs:
sudo update-alternatives --set cc $(which clang)
sudo update-alternatives --set c++ $(which clang++)
sudo apt install vulkan-tools vulkan-validationlayers-dev libvulkan-dev -y
sudo apt install vulkan-tools libvulkan-dev -y
sudo apt install zstd ninja-build ccache -y
echo "CMAKE_GENERATOR=Ninja" >> $GITHUB_ENV
cmake-init-script: |
Expand Down

0 comments on commit 0d24cc5

Please sign in to comment.