Skip to content

Commit fc3b3e5

Browse files
committed
ci/release: Add missing set -euxo pipefail
Use it in all multi-line `run` steps consequently.
1 parent 8c31073 commit fc3b3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
#
3737
# We install llvm package only for libc++.
3838
run: |
39+
set -euxo pipefail
3940
brew install llvm zlib
4041
echo "CXXSTDLIB_PATH=$(brew --prefix llvm)/lib/c++" >> $GITHUB_ENV
4142
echo "ZLIB_PATH=$(brew --prefix zlib)/lib" >> $GITHUB_ENV

0 commit comments

Comments
 (0)