mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Add installed packages to cache key for macOS packaged action
This commit is contained in:
parent
308fdcf9cf
commit
1e98e19aaf
1 changed files with 1 additions and 0 deletions
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue