File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ jobs:
179179 run : ls -la C:/Lavapipe/
180180 - if : ${{ runner.os == 'Windows' }}
181181 run : ls -la C:/Lavapipe/bin/
182- - run : VK_LOADER_DEBUG=error,warn,info vulkaninfo
183182 - if : ${{ runner.os == 'Linux' }}
184183 name : Linux - Install native dependencies
185184 run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
@@ -190,6 +189,10 @@ jobs:
190189 sudo add-apt-repository ppa:kisak/turtle -y
191190 sudo apt-get update
192191 sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
192+ - if : ${{ runner.os == 'Windows' }}
193+ run : VK_LOADER_DEBUG=error,warn,info vulkaninfoSDK.exe
194+ - if : ${{ runner.os == 'Linux' }}
195+ run : VK_LOADER_DEBUG=error,warn,info vulkaninfo
193196 - name : install rust-toolchain
194197 run : echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
195198 - name : cargo fetch --locked
You can’t perform that action at this time.
0 commit comments