CLD-7296 Fix watchman installation after dependency changes (#7856)
* Pre-install python3.12
This commit is contained in:
parent
198c19bbee
commit
ca6ee2eb10
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo "::group::install-os-deps"
|
||||
brew install --overwrite python@3.12
|
||||
brew install watchman
|
||||
echo "::endgroup::"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue