Skip to content

Commit dfd803d

Browse files
committed
again
1 parent 5013b47 commit dfd803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848

4949
- name: Install Vulkan Runtime (vulkan-1.dll)
5050
shell: pwsh
51-
run: 7z e vulkan-runtime.zip -o${env:VULKAN_SDK}\runtime\x64 */x64
51+
run: 7z e vulkan-runtime.zip -o "${env:VULKAN_SDK}\runtime\x64" */x64
5252

5353
- name: Reduce VULKAN_SDK size before caching
5454
shell: pwsh

0 commit comments

Comments
 (0)