Skip to content

Commit 789720f

Browse files
authored
Update build-ios-llm-example.yml
1 parent 537ebad commit 789720f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/build-ios-llm-example.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ jobs:
5656
else
5757
echo "iOS project exists, skipping prebuild"
5858
fi
59-
- name: Cache CocoaPods
60-
uses: actions/cache@v4
61-
with:
62-
path: |
63-
apps/llm/ios/Pods
64-
~/Library/Caches/CocoaPods
65-
~/.cocoapods
66-
key: ${{ runner.os }}-pods-${{ hashFiles('apps/llm/ios/Podfile.lock') }}
67-
restore-keys: |
68-
${{ runner.os }}-pods-
6959
- name: Install CocoaPods dependencies
7060
working-directory: apps/llm/ios
7161
run: |

0 commit comments

Comments
 (0)