Skip to content

Commit b186178

Browse files
committed
if fix
1 parent 8a5b0f9 commit b186178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ runs:
1111
- name: Download and extract Vulkan SDK
1212
shell: bash
1313
run: |
14+
echo . ./install_vulkan_sdk.sh "${{ inputs.vulkan-version }}"
1415
. ./install_vulkan_sdk.sh "${{ inputs.vulkan-version }}"
15-
if [ test -n "$VULKAN_SDK" ]; then
16+
if [ -n "$VULKAN_SDK" ]; then
1617
echo "Failed to install Vulkan SDK $VK_VERSION using '$VULKAN_SDK_URL'."
1718
exit 3
1819
else

0 commit comments

Comments
 (0)