We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1cf25 commit 90471ffCopy full SHA for 90471ff
.github/workflows/gha_deps.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash -x
2
+set -e # Exit on any error
3
+set -o pipefail # Exit on pipe failures
4
5
echo "#############################"
6
echo "# Build dependencies #"
0 commit comments