Trying to fix Linux CI
This commit is contained in:
parent
ec639606ca
commit
025394453d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install Vulkan libraries
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libvulkan-dev
|
||||
sudo apt install libvulkan-dev libxcb1-dev
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue