Skip to content

Commit

Permalink
cache flutter zip
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Apr 11, 2024
1 parent 9a96700 commit 4f451d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
uses: subosito/[email protected]
with:
channel: stable
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- name: Flutter version
run: flutter --version
- name: Cache pubspec dependencies
Expand Down Expand Up @@ -119,6 +122,9 @@ jobs:
uses: subosito/[email protected]
with:
channel: stable
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- name: Cache pubspec dependencies
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -175,6 +181,9 @@ jobs:
uses: subosito/[email protected]
with:
channel: stable
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- name: Cache pubspec dependencies
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -221,6 +230,9 @@ jobs:
uses: subosito/[email protected]
with:
channel: stable
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- name: Cache pubspec dependencies
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 4f451d3

Please sign in to comment.