Install git to retrieve commit hash.

This commit is contained in:
Roman Telezhynskyi 2023-06-13 10:21:08 +03:00
parent b5779ca3e8
commit 031d6e7a07

View File

@ -167,7 +167,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
- sudo xcode-select -p
- brew update > /dev/null
- brew install --force qt6 coreutils ccache qbs cmake
- brew install --force qt6 coreutils ccache qbs cmake git
- echo $PATH
- export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH"
- echo $PATH