Skip to content

Commit 29b7847

Browse files
committed
Set bash shell
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 0f1c8b7 commit 29b7847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

3-
set -eu
3+
set -eu -o pipefail
44

55
: "${GITHUB_ACTIONS:=}"
66
: "${RYE_INSTALL_OPTION:='--yes'}"

0 commit comments

Comments
 (0)