File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,15 @@ jobs:
171171 run : |
172172 echo "C:/Lavapipe/bin/" >> "$GITHUB_PATH"
173173 echo "VK_DRIVER_FILES=C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json" >> "$GITHUB_ENV"
174- - run : cat C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json
175- - run : ls -la C:/Lavapipe/share/vulkan/icd.d/
176- - run : ls -la C:/Lavapipe/
177- - run : ls -la C:/Lavapipe/bin/
174+ - if : ${{ runner.os == 'Windows' }}
175+ run : cat C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json
176+ - if : ${{ runner.os == 'Windows' }}
177+ run : ls -la C:/Lavapipe/share/vulkan/icd.d/
178+ - if : ${{ runner.os == 'Windows' }}
179+ run : ls -la C:/Lavapipe/
180+ - if : ${{ runner.os == 'Windows' }}
181+ run : ls -la C:/Lavapipe/bin/
182+ - run : VK_LOADER_DEBUG=error,warn,info vkcube
178183 - if : ${{ runner.os == 'Linux' }}
179184 name : Linux - Install native dependencies
180185 run : sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
You can’t perform that action at this time.
0 commit comments