Skip to content

Commit

Permalink
feat: add workflows dart]
Browse files Browse the repository at this point in the history
  • Loading branch information
amaralkaff committed Oct 31, 2024
1 parent ee6b6db commit a84ee9e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ jobs:
# Set up Flutter
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.5.4'
flutter-version: '3.13.9' # Updated to latest stable version
channel: 'stable'
cache: true # Add caching for faster setup

- name: Install dependencies
run: flutter pub get
shell: /usr/bin/bash -e {0}
env:
FLUTTER_ROOT: /opt/hostedtoolcache/flutter/stable-3.0.0-x64
PUB_CACHE: /home/runner/.pub-cache

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
Expand Down

0 comments on commit a84ee9e

Please sign in to comment.