mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-23 13:51:06 -05:00
ci: update bash on darwin to support newer bash features (#2672)
This commit is contained in:
parent
6e4c0bd8aa
commit
66c0b581b2
5
.github/actions/setup_bazel_nix/action.yml
vendored
5
.github/actions/setup_bazel_nix/action.yml
vendored
@ -84,6 +84,11 @@ runs:
|
|||||||
fi
|
fi
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
|
- name: Install current Bash on macOS
|
||||||
|
shell: bash
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: brew install bash
|
||||||
|
|
||||||
- name: Prepare to install tools
|
- name: Prepare to install tools
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user