Skip to content

Commit ee78d52

Browse files
committed
try installing properly
1 parent b2962bb commit ee78d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)