Remove Linux library
Download as part of CI
This commit is contained in:
parent
a46835e63b
commit
50a3f5f820
2 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue