Skip to content

Commit 2449d61

Browse files
committed
Fixed ICD path for archlinux
1 parent 85b03e9 commit 2449d61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-arch.yml

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

0 commit comments

Comments
 (0)