Skip to content

Commit ce5ee0f

Browse files
committed
Update build.yml
1 parent 14bd149 commit ce5ee0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
tar xzf bash-5.1.tar.gz
3434
3535
- name: Compile and install Bash
36-
shell: bash --noprofile --norc -eo pipefail '{0}'
36+
shell: bash --noprofile --norc -exo pipefail '{0}'
3737
run: |
38-
set -e
3938
# Convert workspace path to Cygwin path
4039
DEST=$(cygpath "$GITHUB_WORKSPACE/packages-kib11/bash/files")
4140
mkdir -p "$DEST"

0 commit comments

Comments
 (0)