mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Add installed packages to cache key for macOS packaged action
This commit is contained in:
parent
308fdcf9cf
commit
1e98e19aaf
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…
x
Reference in New Issue
Block a user