Skip to content

Commit d287070

Browse files
committed
bla2
1 parent 97e5748 commit d287070

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
@@ -171,8 +171,9 @@ jobs:
171171
echo "C:/Lavapipe/" >> "$GITHUB_PATH"
172172
echo "VK_DRIVER_FILES=C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json" >> "$GITHUB_ENV"
173173
- run: cat C:/Lavapipe/share/vulkan/icd.d/lvp_icd.x86_64.json
174-
- run: ll C:/Lavapipe/share/vulkan/icd.d/
175-
- run: ll C:/Lavapipe/
174+
- run: ls -la C:/Lavapipe/share/vulkan/icd.d/
175+
- run: ls -la C:/Lavapipe/
176+
- run: ls -la C:/Lavapipe/bin/
176177
- if: ${{ runner.os == 'Linux' }}
177178
name: Linux - Install native dependencies
178179
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev

0 commit comments

Comments
 (0)