File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,19 @@ 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+ - name : Run vulkaninfoSDK
185+ if : ${{ runner.os == 'Windows' }}
186+ shell : pwsh
187+ run : |
188+ vulkaninfoSDK.exe -j -o profile.json
189+ Get-Content -Raw profile.json
190+ - name : Output Device Name from Profile
191+ if : ${{ runner.os == 'Windows' }}
192+ shell : pwsh
193+ run : |
194+ jq -r '.capabilities.device.properties.VkPhysicalDeviceProperties.deviceName' profile.json
195+ - if : ${{ runner.os == 'Windows' }}
196+ run : vulkaninfoSDK.exe
184197 - if : ${{ runner.os == 'Windows' }}
185198 run : VK_LOADER_DEBUG=error,warn,info vulkaninfoSDK.exe
186199 - if : ${{ runner.os == 'Linux' }}
You can’t perform that action at this time.
0 commit comments