Skip to content

Commit 505b8f5

Browse files
authored
ci: Handle cygwin in OS type install Vault action. (#27911)
1 parent 94731ef commit 505b8f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/install-vault/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ runs:
1919
linux*) os="linux" ;;
2020
darwin*) os="darwin" ;;
2121
msys*) os="windows" ;;
22+
cygwin*) os="windows" ;;
2223
*) echo "unknown os: ${OSTYPE}"; exit 1 ;;
2324
esac
2425

0 commit comments

Comments
 (0)