Skip to content

Commit 9164678

Browse files
committed
adding missing condition
1 parent 5426f42 commit 9164678

File tree

1 file changed

+1
-1
lines changed
  • .github/composite_actions/get_platform_parameters

1 file changed

+1
-1
lines changed

.github/composite_actions/get_platform_parameters/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: |
3535
INPUT_PLATFORM=${{ inputs.platform }}
3636
case $INPUT_PLATFORM in
37-
iOS|tvOS|watchOS|macOS) ;;
37+
iOS|tvOS|watchOS|macOS|visionOS) ;;
3838
*) echo "Unsupported platform: $INPUT_PLATFORM"; exit 1 ;;
3939
esac
4040
shell: bash

0 commit comments

Comments
 (0)