more Circleci

This commit is contained in:
Adam Treat 2023-08-31 12:23:48 -04:00
parent 202805637b
commit 9f1cbad4f1

View File

@ -289,6 +289,7 @@ jobs:
command: |
Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/1.3.261.1/windows/VulkanSDK-1.3.261.1-Installer.exe -OutFile VulkanSDK-1.3.261.1-Installer.exe
.\VulkanSDK-1.3.261.1-Installer.exe --accept-licenses --default-answer --confirm-command install
$env:Path += ";C:\VulkanSDK\1.3.261.1\bin"
- run:
name: Install dependencies
command: