Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe authored Oct 10, 2023
1 parent e113340 commit 55859b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
run: |
wget https://sdk.lunarg.com/sdk/download/1.3.261.1/mac/vulkansdk-macos-1.3.261.1.dmg?Human=true -O vulkansdk-macos-1.3.261.1.dmg
hdiutil attach vulkansdk-macos-1.3.261.1.dmg
cp -r /Volumes/vulkansdk-macos-1.3.261.1 .
# cp -r /Volumes/vulkansdk-macos-1.3.261.1 .
sudo /Volumes/vulkansdk-macos-1.3.261.1/InstallVulkan.app/Contents/MacOS/InstallVulkan --root ./vulkansdk-macos-1.3.261.1 --accept-licenses --default-answer --confirm-command install
ls -alh
rm -rf vulkansdk-macos-1.3.261.1/Applications
find vulkansdk-macos-1.3.261.1 -type f | grep -v -E 'vulkan|glslang|MoltenVK' | xargs rm
Expand Down

0 comments on commit 55859b5

Please sign in to comment.