From 09000b58fb738af06fb12d9d221269fc8a9abf6c Mon Sep 17 00:00:00 2001 From: jonathangomz Date: Tue, 22 Jun 2021 08:24:00 -0500 Subject: [PATCH] [Proposal] Update to use dart SDK instead of all Flutter --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e1ebda..7e20d38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,15 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 - with: - java-version: '12.x' - - uses: subosito/flutter-action@v1 - with: - channel: 'stable' + - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603 - name: Install dependencies - run: flutter pub get + run: dart pub get - name: Activate coverage run: pub global activate coverage