Skip to content

Commit 6379d6c

Browse files
committed
bla4
1 parent 80ef47e commit 6379d6c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)