Skip to content

Commit

Permalink
remove cache during iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Feb 26, 2024
1 parent 144c24b commit 05da303
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
cache: true
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
cache-dependency-path: example/server/yarn.lock
- name: Cache pods
uses: actions/cache@v2
with:
path: example/iOS/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: "Install Tools"
run: |
./.github/workflows/scripts/install-tools.sh
Expand Down Expand Up @@ -134,8 +125,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
cache: true
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 05da303

Please sign in to comment.