Skip to content

Commit 80ef47e

Browse files
committed
bla3
1 parent 263f0b7 commit 80ef47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
name: Windows - Use Lavapipe as Vulkan driver
170170
# FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.
171171
run: |
172-
echo "C:/Lavapipe/" >> "$GITHUB_PATH"
172+
echo "C:/Lavapipe/bin/" >> "$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
175175
- run: ls -la C:/Lavapipe/share/vulkan/icd.d/

0 commit comments

Comments
 (0)