Skip to content

Commit 517ff43

Browse files
committed
test1
1 parent a2b3198 commit 517ff43

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)