Skip to content

Commit 5597a28

Browse files
authored
Update mesa-macos.yml
1 parent 172161f commit 5597a28

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/mesa-macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
if [ -f /opt/homebrew/lib/libvulkan.1.dylib ]; then
9090
cp /opt/homebrew/lib/libvulkan.1.dylib $HOME/mesa-native/lib/
9191
fi
92+
- name: Verify Vulkan Drivers (Smoke Test)
93+
run: |
94+
export VK_ICD_FILENAMES=$HOME/mesa-native/share/vulkan/icd.d/kosmickrisp_icd.aarch64.json
95+
export DYLD_LIBRARY_PATH=$HOME/mesa-native/lib
96+
/opt/homebrew/bin/vulkaninfo --summary
9297
9398
- name: Upload built Mesa as artifact
9499
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)