We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bd149 commit ce5ee0fCopy full SHA for ce5ee0f
.github/workflows/build.yml
@@ -33,9 +33,8 @@ jobs:
33
tar xzf bash-5.1.tar.gz
34
35
- name: Compile and install Bash
36
- shell: bash --noprofile --norc -eo pipefail '{0}'
+ shell: bash --noprofile --norc -exo pipefail '{0}'
37
run: |
38
- set -e
39
# Convert workspace path to Cygwin path
40
DEST=$(cygpath "$GITHUB_WORKSPACE/packages-kib11/bash/files")
41
mkdir -p "$DEST"
0 commit comments