ci: remove Expo CLI cache step from iOS build workflow

Eliminates unnecessary caching of Expo CLI in the iOS build pipeline to streamline the workflow and reduce potential cache-related issues.
This commit is contained in:
Uruk
2025-08-15 04:30:43 +02:00
parent feaf82fa3f
commit 1e399297bd

View File

@@ -57,13 +57,6 @@ jobs:
${{ runner.os }}-${{ runner.arch }}-modules-develop
${{ runner.os }}-modules-develop
- name: 💾 Cache Expo CLI
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ~/.expo
key: ${{ runner.os }}-expo-cli-develop
restore-keys: ${{ runner.os }}-expo-cli-develop
- name: 📦 Install dependencies and reload submodules
run: |
bun install --frozen-lockfile