Skip to content

Commit

Permalink
fix: cache ldid and libplist only
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Ruiz committed Feb 23, 2025
1 parent 898fd01 commit a132e52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ios-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
with:
path: |
build/
~/Library/Caches/Homebrew
~/Library/Caches/Homebrew/downloads/*--ldid-*
~/Library/Caches/Homebrew/downloads/*--libplist-*
~/Library/Caches/Homebrew/ldid--*
~/Library/Caches/Homebrew/libplist--*
key: ios-demos-${{ hashFiles('MASTestApp-iOS/MASTestApp.xcodeproj/project.pbxproj') }}

- name: Install dependencies
Expand Down

0 comments on commit a132e52

Please sign in to comment.