Skip to content

Commit 90471ff

Browse files
committed
Set fail state
1 parent 7c1cf25 commit 90471ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gha_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash -x
2+
set -e # Exit on any error
3+
set -o pipefail # Exit on pipe failures
24

35
echo "#############################"
46
echo "# Build dependencies #"

0 commit comments

Comments
 (0)