Archived
1
Fork 0

Attempt to fix unmet dependencies message

This commit is contained in:
redstrate 2021-02-15 20:06:17 -05:00
parent 4f3d564b02
commit 394a8378c6

View file

@ -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