File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : ' 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.'
33branding :
44 icon : ' play'
5- color : ' green '
5+ color : ' red '
66inputs :
77 vulkan-version :
88 description : ' specify a Vulkan SDK release version, e.g. 1.2.162.1'
@@ -19,7 +19,7 @@ inputs:
1919runs :
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
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
You can’t perform that action at this time.
0 commit comments