Attempt to fix unmet dependencies message
This commit is contained in:
parent
4f3d564b02
commit
394a8378c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Update package list
|
- name: Update package list
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: Install Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
run: sudo apt install vulkan-sdk
|
run: sudo apt install -f vulkan-sdk
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Reference in a new issue