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 8a5b0f9 commit b186178Copy full SHA for b186178
action.yml
@@ -11,8 +11,9 @@ runs:
11
- name: Download and extract Vulkan SDK
12
shell: bash
13
run: |
14
+ echo . ./install_vulkan_sdk.sh "${{ inputs.vulkan-version }}"
15
. ./install_vulkan_sdk.sh "${{ inputs.vulkan-version }}"
- if [ test -n "$VULKAN_SDK" ]; then
16
+ if [ -n "$VULKAN_SDK" ]; then
17
echo "Failed to install Vulkan SDK $VK_VERSION using '$VULKAN_SDK_URL'."
18
exit 3
19
else
0 commit comments