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 @@ -179,6 +179,19 @@ jobs:
179179 sudo add-apt-repository ppa:kisak/turtle -y
180180 sudo apt-get update
181181 sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
182+ - name : Run vulkaninfoSDK
183+ if : ${{ runner.os == 'Windows' }}
184+ shell : pwsh
185+ run : |
186+ vulkaninfoSDK.exe -j -o profile.json
187+ Get-Content -Raw profile.json
188+ - name : Output Device Name from Profile
189+ if : ${{ runner.os == 'Windows' }}
190+ shell : pwsh
191+ run : |
192+ jq -r '.capabilities.device.properties.VkPhysicalDeviceProperties.deviceName' profile.json
193+ - if : ${{ runner.os == 'Windows' }}
194+ run : vulkaninfoSDK.exe
182195 - if : ${{ runner.os == 'Windows' }}
183196 run : VK_LOADER_DEBUG=error,warn,info vulkaninfoSDK.exe
184197 - if : ${{ runner.os == 'Linux' }}
You can’t perform that action at this time.
0 commit comments