ci: remove CocoaPods cache and update EAS to latest

Removes CocoaPods caching step which may cause build inconsistencies and updates EAS CLI to use latest version instead of pinned version for improved tooling and bug fixes
This commit is contained in:
Gauvain
2025-08-15 04:21:25 +02:00
committed by GitHub
parent 781d199546
commit feaf82fa3f

View File

@@ -77,17 +77,10 @@ jobs:
bun run prebuild
fi
- name: 💾 Cache CocoaPods
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ios/Pods
key: ${{ runner.os }}-pods-develop-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-pods-develop
- name: 🏗️ Setup EAS
uses: expo/expo-github-action@main
with:
eas-version: 16.17.4
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: 🚀 Build iOS app