Skip to content

Commit f094a2a

Browse files
authored
Clear Cocoapods cache before adding pod repo. (#789)
* Remove extraneous (?) pod repo add. * Revert "Remove extraneous (?) pod repo add." This reverts commit 67a3d3a. * Clear cache. * Whitespace.
1 parent 18f808d commit f094a2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_tvos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
shell: bash
109109
# The pod install fails during the cmake build, so preinstall it.
110110
run: |
111+
rm -rf ~/Library/Caches/CocoaPods/* || true
111112
pod repo add cocoapods https://github.com/CocoaPods/Specs.git
113+
pod repo update
112114
113115
- id: unity_setup
114116
uses: ./gha/unity

0 commit comments

Comments
 (0)