mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[CI]: always try installing cocoa pods irrespective of cache
This commit is contained in:
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
key: pods-cache-
|
||||
|
||||
- name: Install CocoaPods
|
||||
if: ${{ steps.pods-restore.outputs.cache-hit != 'true'}}
|
||||
# if: ${{ steps.pods-restore.outputs.cache-hit != 'true'}}
|
||||
id: pods-install
|
||||
run: |
|
||||
pod install
|
||||
|
||||
Reference in New Issue
Block a user