We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5013b47 commit dfd803dCopy full SHA for dfd803d
install-sdk/action.yml
@@ -48,7 +48,7 @@ runs:
48
49
- name: Install Vulkan Runtime (vulkan-1.dll)
50
shell: pwsh
51
- run: 7z e vulkan-runtime.zip -o${env:VULKAN_SDK}\runtime\x64 */x64
+ run: 7z e vulkan-runtime.zip -o "${env:VULKAN_SDK}\runtime\x64" */x64
52
53
- name: Reduce VULKAN_SDK size before caching
54
0 commit comments