We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2ce94 commit ab99487Copy full SHA for ab99487
.github/workflows/ci.yaml
@@ -179,6 +179,10 @@ jobs:
179
sudo add-apt-repository ppa:kisak/turtle -y
180
sudo apt-get update
181
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
186
- name: install rust-toolchain
187
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
188
- name: cargo fetch --locked
0 commit comments