Skip to content

Commit 263f0b7

Browse files
committed
bla2
1 parent f7e6123 commit 263f0b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ jobs:
172172
echo "C:/Lavapipe/" >> "$GITHUB_PATH"
173173
echo "VK_DRIVER_FILES=C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json" >> "$GITHUB_ENV"
174174
- run: cat C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json
175-
- run: ll C:/Lavapipe/share/vulkan/icd.d/
176-
- run: ll C:/Lavapipe/
175+
- run: ls -la C:/Lavapipe/share/vulkan/icd.d/
176+
- run: ls -la C:/Lavapipe/
177+
- run: ls -la C:/Lavapipe/bin/
177178
- if: ${{ runner.os == 'Linux' }}
178179
name: Linux - Install native dependencies
179180
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev

0 commit comments

Comments
 (0)