Add installed packages to cache key for macOS packaged action

This commit is contained in:
Ilya Fedin 2024-01-10 10:38:59 +04:00 committed by John Preston
parent 308fdcf9cf
commit 1e98e19aaf

View file

@ -73,6 +73,7 @@ jobs:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
xcodebuild -version > CACHE_KEY.txt
brew list --versions >> CACHE_KEY.txt
echo $MANUAL_CACHING >> CACHE_KEY.txt
echo "$GITHUB_WORKSPACE" >> CACHE_KEY.txt
if [ "$AUTO_CACHING" = "1" ]; then