mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 22:38:53 -04:00
ci: update bash on darwin to support newer bash features (#2672)
This commit is contained in:
parent
6e4c0bd8aa
commit
66c0b581b2
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue