Skip to content

Commit

Permalink
Add vulkan sdk to dyld_library_path
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 20, 2025
1 parent d9d3955 commit d62859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
unzip ./vulkan-sdk.zip -d ./vulkan-sdk
sudo ./vulkan-sdk/InstallVulkan.app/Contents/MacOS/InstallVulkan --root $(pwd)/VulkanSDK/1.3.304.0 --accept-licenses --default-answer --confirm-command install
ls $(pwd)/VulkanSDK/1.3.304.0/macOS/lib
PATH=$PATH:$(pwd)/VulkanSDK/1.3.304.0/macOS/lib
DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$(pwd)/VulkanSDK/1.3.304.0/macOS/lib
WORKING_PATH="$(pwd)/${{matrix.config.build_dir}}/darwin/universal/output/test"
sudo dscl . -create /Users/test
sudo dscl . append /Groups/staff GroupMembership test
Expand Down

0 comments on commit d62859e

Please sign in to comment.