Skip to content

Commit

Permalink
flutter action caching/3
Browse files Browse the repository at this point in the history
  • Loading branch information
hcsad committed Jan 2, 2025
1 parent 82a3b3a commit edc7ff8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v2
with:
path: ${{ runner.tool_cache }}/flutter
key: flutter-3.27.0-stable
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.27.0
# flutter-version: 3.27.0
cache: true

- run: flutter --version
- run: flutter --disable-analytics
Expand Down

0 comments on commit edc7ff8

Please sign in to comment.