Skip to content

Commit 7981379

Browse files
committed
Feat: add -e to install_actions in case the install process fails
Resolves myoung34#110
1 parent 8bb6f8f commit 7981379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_actions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -x
1+
#!/bin/bash -ex
22
GH_RUNNER_VERSION=$1
33
TARGETPLATFORM=$2
44

0 commit comments

Comments
 (0)