Skip to content

Commit 85b03e9

Browse files
committed
Arch build: add debug logging to investigate bad ICD path
1 parent e47bd75 commit 85b03e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
- name: Run Tests
145145
if: ${{ ! matrix.docs }}
146146
run: |
147+
ls -lh /usr/share/vulkan/icd.d/
147148
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json
148149
cd build
149150
ctest --output-on-failure

0 commit comments

Comments
 (0)