Skip to content

Commit

Permalink
more Circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Aug 31, 2023
1 parent 2028056 commit 9f1cbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f1cbad

Please sign in to comment.