Skip to content

Commit

Permalink
🚦 Update DYLD path for macos Vulkan
Browse files Browse the repository at this point in the history
Builds are failing for macOS due to not finding `-lvulkan`; this updates
the `DYLD_LIBRARY_PATH` to include the `$VULKAN_SDK/lib` path, as
required by the vulkan installations.
  • Loading branch information
bitwizeshift committed Dec 11, 2023
1 parent 5e54822 commit 7e5d55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-runner/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ runs:
run: |
brew update
brew install molten-vk
echo DYLD_LIBRARY_PATH="${VULKAN_SDK}/lib:${DYLD_LIBRARY_PATH}" > "${GITHUB_ENV}"
- name: Checkout 3rd-party
uses: ./.github/actions/checkout

0 comments on commit 7e5d55e

Please sign in to comment.