File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ jobs:
5555 SDK_VERSION=$(curl -s https://vulkan.lunarg.com/sdk/latest/mac.txt)
5656 curl -O https://sdk.lunarg.com/sdk/download/${SDK_VERSION}/mac/vulkan_sdk.zip
5757 unzip vulkan_sdk.zip -d vulkan_sdk
58- sudo installer -pkg vulkan_sdk/vulkan_sdk.pkg -target /
58+ sudo installer -pkg vulkan_sdk/InstallVulkan-${SDK_VERSION}.app/Contents/Resources/installer.dat -target /
5959
6060 - name : Dependencies
6161 if : runner.os == 'Windows'
6262 run : |
6363 $SDK_VERSION = Invoke-RestMethod -Uri https://vulkan.lunarg.com/sdk/latest/windows.txt
6464 Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/$SDK_VERSION/windows/vulkan_sdk.exe -OutFile vulkan_sdk.exe
65- Start-Process -FilePath vulkan_sdk.exe -ArgumentList "/S" -Wait
65+ Start-Process -FilePath vulkan_sdk.exe -ArgumentList "/S /quiet " -Wait
6666
6767 - run : cargo build --verbose --workspace --all-targets
6868 - run : cargo check --verbose --workspace --all-targets
You can’t perform that action at this time.
0 commit comments