Skip to content

Commit

Permalink
Fix ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Sep 8, 2024
1 parent a8402d6 commit c3fcd10
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
channel: ${{ env.FLUTTER_CHANNEL }}
# configure cache
- name: Cache Flutter
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
/Users/runner/hostedtoolcache/flutter
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
channel: ${{ env.FLUTTER_CHANNEL }}
- uses: gradle/actions/setup-gradle@v3
- name: Cache Flutter
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
/Users/runner/hostedtoolcache/flutter
Expand Down Expand Up @@ -93,17 +93,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: ${{ env.FLUTTER_CHANNEL }}
# configure cache
- name: Cache CocoaPods
uses: actions/cache@v2
with:
path: example/ios/Pods
key: ${{ runner.os }}-pods-${{ env.CACHE_NUMBER }}-${{ hashFiles('example/ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-${{ env.CACHE_NUMBER }}-
${{ runner.os }}-pods-
- name: Cache Flutter
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
/Users/runner/hostedtoolcache/flutter
Expand Down

0 comments on commit c3fcd10

Please sign in to comment.