diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fa8e301ac..1047695c98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,8 @@ jobs: - name: Download Flutter SDK artifacts run: flutter precache --universal + - name: Print Flutter version + run: flutter --version + - name: Run tools/check run: TERM=dumb tools/check --all