Skip to content

Commit 777e8c8

Browse files
committed
Update build.yml
1 parent f05f93d commit 777e8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tar xzf bash-5.1.tar.gz
3434
3535
- name: Compile and install Bash
36-
shell: bash --noprofile --norc -exo pipefail '{0}'
36+
shell: bash --noprofile --norc -o igncr -eo pipefail '{0}'
3737
run: |
3838
# Convert workspace path to Cygwin path
3939
DEST=$(cygpath "$GITHUB_WORKSPACE/packages-kib11/bash/files")

0 commit comments

Comments
 (0)