mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-05 17:26:18 +00:00
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:
7
.github/workflows/build-ios.yml
vendored
7
.github/workflows/build-ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user