We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e6123 commit 263f0b7Copy full SHA for 263f0b7
.github/workflows/ci.yaml
@@ -172,8 +172,9 @@ jobs:
172
echo "C:/Lavapipe/" >> "$GITHUB_PATH"
173
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: ll C:/Lavapipe/share/vulkan/icd.d/
176
- - run: ll C:/Lavapipe/
+ - run: ls -la C:/Lavapipe/share/vulkan/icd.d/
+ - run: ls -la C:/Lavapipe/
177
+ - run: ls -la C:/Lavapipe/bin/
178
- if: ${{ runner.os == 'Linux' }}
179
name: Linux - Install native dependencies
180
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
0 commit comments