Skip to content

Commit a2b3198

Browse files
committed
run vulkaninfo
1 parent a30bd43 commit a2b3198

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)