Skip to content

Commit 9e96280

Browse files
committed
Ls macos bin
1 parent 2e204f5 commit 9e96280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
curl https://sdk.lunarg.com/sdk/download/1.4.304.0/mac/vulkansdk-macos-1.4.304.0.zip -o ./vulkan-sdk.zip
213213
unzip ./vulkan-sdk.zip -d ./vulkan-sdk
214214
sudo ./vulkan-sdk/InstallVulkan.app/Contents/MacOS/InstallVulkan --root $(pwd)/VulkanSDK/1.3.304.0 --accept-licenses --default-answer --confirm-command install
215-
ls $(pwd)/VulkanSDK/1.3.304.0
215+
ls $(pwd)/VulkanSDK/1.3.304.0/macOS/bin
216216
WORKING_PATH="$(pwd)/${{matrix.config.build_dir}}/darwin/universal/output/test"
217217
sudo dscl . -create /Users/test
218218
sudo dscl . append /Groups/staff GroupMembership test

0 commit comments

Comments
 (0)