Skip to content

Commit c6cc28d

Browse files
committed
Fix VULKAN_SDK environment variable path for macOS runner by pointing to the macOS subdirectory
1 parent 9124fff commit c6cc28d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
--accept-licenses \
7373
--default-answer \
7474
--confirm-command install
75-
echo "VULKAN_SDK=$GITHUB_WORKSPACE/VulkanSDK" >> $GITHUB_ENV
76-
echo "$GITHUB_WORKSPACE/VulkanSDK/bin" >> $GITHUB_PATH
75+
echo "VULKAN_SDK=$GITHUB_WORKSPACE/VulkanSDK/macOS" >> $GITHUB_ENV
76+
echo "$GITHUB_WORKSPACE/VulkanSDK/macOS/bin" >> $GITHUB_PATH
7777
7878
- name: Install Rust
7979
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)