mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Install current Bash on macOS
|
||||
shell: bash
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install bash
|
||||
|
||||
- name: Prepare to install tools
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user