Skip to content

Commit ab99487

Browse files
committed
run vulkaninfo
1 parent 5d2ce94 commit ab99487

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ jobs:
179179
sudo add-apt-repository ppa:kisak/turtle -y
180180
sudo apt-get update
181181
sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
182+
- if: ${{ runner.os == 'Windows' }}
183+
run: VK_LOADER_DEBUG=error,warn,info vulkaninfoSDK.exe
184+
- if: ${{ runner.os == 'Linux' }}
185+
run: VK_LOADER_DEBUG=error,warn,info vulkaninfo
182186
- name: install rust-toolchain
183187
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
184188
- name: cargo fetch --locked

0 commit comments

Comments
 (0)