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 48481c2 commit ae0386f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# cp -r /Volumes/vulkansdk-macos-1.3.261.1 .
sudo /Volumes/vulkansdk-macos-1.3.261.1/InstallVulkan.app/Contents/MacOS/InstallVulkan --root `pwd`/vulkansdk-macos-1.3.261.1 --accept-licenses --default-answer --confirm-command install
ls -alh
rm -rf vulkansdk-macos-1.3.261.1/Applications
sudo 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
hdiutil detach /Volumes/vulkansdk-macos-1.3.261.1
- name: build-x86_64
Expand Down

0 comments on commit ae0386f

Please sign in to comment.