CLD-7296 Fix watchman installation after dependency changes (#7856)

* Pre-install python3.12
This commit is contained in:
Mario Vitale 2024-03-07 17:44:22 +01:00 committed by GitHub
parent 198c19bbee
commit ca6ee2eb10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ runs:
shell: bash
run: |
echo "::group::install-os-deps"
brew install --overwrite python@3.12
brew install watchman
echo "::endgroup::"