using proper bash defaults
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
This commit is contained in:
2
.github/workflows/ci_mac.yml
vendored
2
.github/workflows/ci_mac.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
build-and-test:
|
||||
defaults:
|
||||
run:
|
||||
shell: /usr/bin/arch -arch ${{ matrix.arch }} /bin/bash -l {0}
|
||||
shell: /usr/bin/arch -arch ${{ matrix.arch }} /bin/bash --noprofile --norc -eo pipefail {0}
|
||||
|
||||
runs-on: ${{ matrix.runner }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user