Skip to content

Commit 29f7fe3

Browse files
committed
test1
1 parent ab99487 commit 29f7fe3

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
@@ -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' }}

0 commit comments

Comments
 (0)