We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30bd43 commit a2b3198Copy full SHA for a2b3198
1 file changed
.github/workflows/ci.yaml
@@ -181,6 +181,10 @@ jobs:
181
sudo add-apt-repository ppa:kisak/turtle -y
182
sudo apt-get update
183
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
188
- name: install rust-toolchain
189
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
190
- name: cargo fetch --locked
0 commit comments