Skip to content

Commit

Permalink
workflow (ionic-ios): remove cache for build folder as ionic deletes …
Browse files Browse the repository at this point in the history
…it everytime creating build
  • Loading branch information
Aashu-Dubey committed Jun 22, 2024
1 parent 76f0d71 commit 95bb78b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-ios-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-pods-

- name: Restore build artifacts from cache
uses: actions/cache@v4
with:
path: ios/App/build
key: ${{ runner.os }}-ios-derived-data-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-ios-derived-data-

- name: Build the ionic project for iOS
run: ionic capacitor build ios --prod --no-open

Expand Down

0 comments on commit 95bb78b

Please sign in to comment.