Skip to content

Commit 7934240

Browse files
committed
feat: add validation option to disable glslangValidator
1 parent c2aa128 commit 7934240

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ inputs:
1616
description: 'silence GitHub Annotation notice displayed if resolving `latest` into Vulkan SDK release number'
1717
default: false
1818
required: false
19+
validation:
20+
description: 'running glslangValidator after installation'
21+
default: false
22+
required: false
1923
runs:
2024
using: "composite"
2125
steps:
@@ -77,6 +81,7 @@ runs:
7781
rm -v vulkan_sdk.* || true
7882
7983
- name: Verify Vulkan SDK binary
84+
if: inputs.validation != 'false'
8085
shell: bash
8186
run: |
8287
$VULKAN_SDK/bin/glslangValidator --version

0 commit comments

Comments
 (0)