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 263f0b7 commit 80ef47eCopy full SHA for 80ef47e
.github/workflows/ci.yaml
@@ -169,7 +169,7 @@ jobs:
169
name: Windows - Use Lavapipe as Vulkan driver
170
# FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
171
run: |
172
- echo "C:/Lavapipe/" >> "$GITHUB_PATH"
+ echo "C:/Lavapipe/bin/" >> "$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: ls -la C:/Lavapipe/share/vulkan/icd.d/
0 commit comments