Skip to content

Commit

Permalink
workflow (flutter): commented derviced data cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Jun 11, 2024
1 parent 6ade140 commit 6f70032
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-ios-simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ 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: build/ios
key: ${{ runner.os }}-ios-derived-data-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: ${{ runner.os }}-ios-derived-data-
# - name: Restore build artifacts from cache
# uses: actions/cache@v4
# with:
# path: build/ios
# key: ${{ runner.os }}-ios-derived-data-${{ hashFiles('ios/Podfile.lock') }}
# restore-keys: ${{ runner.os }}-ios-derived-data-

- name: Build iOS ipa
run: flutter build ios --simulator --no-codesign --obfuscate --split-debug-info --config-only
Expand Down

0 comments on commit 6f70032

Please sign in to comment.