diff --git a/.github/workflows/flutter-ci.yaml b/.github/workflows/flutter-ci.yaml index 2d7113f..33715a8 100644 --- a/.github/workflows/flutter-ci.yaml +++ b/.github/workflows/flutter-ci.yaml @@ -13,7 +13,10 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: subosito/flutter-action@v1 with: - channel: 'beta' + flutter-version: '2.5.2' + - uses: dart-lang/setup-dart@v1 + with: + sdk: '2.14.3' - name: Cache Gradle modules uses: actions/cache@v2.1.6 @@ -46,7 +49,7 @@ jobs: ${{ runner.os }}- - name: Get flutter dependencies. - run: make dependencies + run: make deps # - name: Check for any formatting and statically analyze the code. # run: make format-analyze