Skip to content

Commit

Permalink
Remove broken caching in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwasow committed Mar 8, 2025
1 parent 20f70db commit fb7209e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: ⎗ Restore build cache
uses: actions/cache@v4
with:
path: |
node_modules
android
key: build-android-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
build-android-${{ runner.os }}-

- name: 📦 Install dependencies
run: npm install
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: ⎗ Restore build cache
uses: actions/cache@v4
with:
path: |
node_modules
ios
key: build-ios-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
build-ios-${{ runner.os }}-

- name: 📦 Install dependencies
run: npm install
Expand Down

0 comments on commit fb7209e

Please sign in to comment.