Skip to content

Commit 7a04284

Browse files
committed
windows final
1 parent d065856 commit 7a04284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ jobs:
5656
echo "PATH=$VULKAN_INSTALL_DIR/vulkansdk-macos-$VULKAN_SDK_VERSION/macOS/bin:$PATH" >> $GITHUB_ENV
5757
cd "$GITHUB_WORKSPACE"
5858
elif [ "$RUNNER_OS" == "Windows" ]; then
59+
cd "$RUNNER_TEMP"
5960
curl -L "https://sdk.lunarg.com/sdk/download/$VULKAN_SDK_VERSION/windows/VulkanSDK-$VULKAN_SDK_VERSION-Installer.exe?Human=true" -o vulkan-sdk.exe
6061
./vulkan-sdk.exe --accept-licenses --default-answer --confirm-command install
62+
rm vulkan-sdk.exe
6163
echo "VULKAN_SDK=C:\\VulkanSDK\\$VULKAN_SDK_VERSION" >> $GITHUB_ENV
6264
echo "PATH=$VULKAN_SDK\\Bin;$PATH" >> $GITHUB_ENV
65+
cd "$GITHUB_WORKSPACE"
6366
fi
6467
6568
- if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)