Skip to content

Commit 61eab15

Browse files
committed
let action manage vulkan_sdk.* removal
1 parent 17ba98c commit 61eab15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vulkan_prebuilt_helpers.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function download_windows() {
2828
function install_windows() {
2929
test -d $VULKAN_SDK && test -f vulkan_sdk.exe
3030
7z x vulkan_sdk.exe -aoa -o$VULKAN_SDK
31-
rm -v vulkan_sdk.exe
3231
}
3332

3433
function download_mac() {
@@ -51,5 +50,4 @@ function install_mac() {
5150
cp -r $sdk_temp/macOS/* $VULKAN_SDK/
5251
hdiutil detach $mountpoint
5352
sudo rm -rf "$sdk_temp"
54-
rm -v vulkan_sdk.dmg
5553
}

0 commit comments

Comments
 (0)