Remove Linux library

Download as part of CI
This commit is contained in:
Sascha Willems 2024-09-14 17:53:43 +02:00
parent a46835e63b
commit 50a3f5f820
2 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,11 @@ jobs:
with:
submodules: "recursive"
- name: Install Vulkan libraries
run: |
sudo apt update
sudo apt install libvulkan-dev
- name: Build
run: |
cmake .

Binary file not shown.