Skip to content

Commit bf47d4f

Browse files
authored
Update action.yml
1 parent 58c7fda commit bf47d4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 'Setup Vulkan SDK'
2-
description: 'Configures the core Vulkan SDK and VULKAN_SDK environment variable for use with CI builds.'
2+
description: 'Configures the core Vulkan SDK and sets VULKAN_SDK environment variable.'
33
branding:
44
icon: 'play'
5-
color: 'green'
5+
color: 'red'
66
inputs:
77
vulkan-version:
88
description: 'specify a Vulkan SDK release version, e.g. 1.2.162.1'
@@ -19,7 +19,7 @@ inputs:
1919
runs:
2020
using: "composite"
2121
steps:
22-
- name: Install Vulkan SDK Build Dependencies
22+
- name: Install Build Dependencies
2323
shell: bash
2424
run: |
2525
case `uname -s` in
@@ -46,7 +46,7 @@ runs:
4646
echo "requested SDK version is $VK_VERSION"
4747
$GITHUB_ACTION_PATH/install_vulkan_sdk.sh $VK_VERSION | tee -a $GITHUB_ENV
4848
49-
- name: Verify Vulkan SDK installation
49+
- name: Finalize SDK installation
5050
shell: bash
5151
run: |
5252
if [ -z "$VULKAN_SDK" ]; then

0 commit comments

Comments
 (0)