Skip to content

Commit

Permalink
removed windows missing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TGS963 authored Oct 9, 2023
1 parent ee5fb27 commit a3af145
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 @@ -19,7 +19,7 @@ jobs:
run: |
Invoke-WebRequest -Uri https://sdk.lunarg.com/sdk/download/1.3.261.1/windows/VulkanSDK-1.3.261.1-Installer.exe?Human=true -OutFile VulkanSDK-1.3.261.1-Installer.exe
7z x -aoa ./VulkanSDK-1.3.261.1-Installer.exe -oVulkanSDK
Remove-Item .\VulkanSDK\Demos, .\VulkanSDK\Samples, .\VulkanSDK\Third-Party, .\VulkanSDK\Tools, .\VulkanSDK\Tools32, .\VulkanSDK\Bin32, .\VulkanSDK\Lib32 -Recurse
Remove-Item .\VulkanSDK\Demos, .\VulkanSDK\Third-Party, .\VulkanSDK\Tools, .\VulkanSDK\Tools32, .\VulkanSDK\Bin32, .\VulkanSDK\Lib32 -Recurse
- name: build
run: |
$env:VULKAN_SDK="$(pwd)/VulkanSDK"
Expand Down

0 comments on commit a3af145

Please sign in to comment.