Skip to content

Commit

Permalink
Downgrade flutter on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Aug 8, 2023
1 parent c25aaab commit c63df67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pubspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.0'
flutter-version: '2.8.1'
channel: 'stable'
cache: true
cache-key: flutter-3 # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
cache-path: ${{ runner.tool_cache }}/flutter-3 # optional, change this to specify the cache path

- name: Prepare Env
shell: bash
Expand Down

0 comments on commit c63df67

Please sign in to comment.