mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Add installed packages to cache key for macOS packaged action
This commit is contained in:
1
.github/workflows/mac_packaged.yml
vendored
1
.github/workflows/mac_packaged.yml
vendored
@@ -73,6 +73,7 @@ jobs:
|
|||||||
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
|
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
|
||||||
|
|
||||||
xcodebuild -version > CACHE_KEY.txt
|
xcodebuild -version > CACHE_KEY.txt
|
||||||
|
brew list --versions >> CACHE_KEY.txt
|
||||||
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
||||||
echo "$GITHUB_WORKSPACE" >> CACHE_KEY.txt
|
echo "$GITHUB_WORKSPACE" >> CACHE_KEY.txt
|
||||||
if [ "$AUTO_CACHING" = "1" ]; then
|
if [ "$AUTO_CACHING" = "1" ]; then
|
||||||
|
Reference in New Issue
Block a user