Skip to content

Commit 26d08f1

Browse files
committed
Install vulkaninfo in test environment
1 parent 1e6487f commit 26d08f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
sudo apt-get update
9191
sudo apt-get -y install \
9292
catch2 \
93-
mesa-vulkan-drivers
93+
mesa-vulkan-drivers \
94+
vulkaninfo
9495
9596
- name: Cache Vulkan SDK Standalone
9697
if: ${{ matrix.sdk_type == 'standalone' }}

0 commit comments

Comments
 (0)