From 32c301a9b1370506acbbe76103d95fdb9be1192e Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 21 Aug 2023 17:43:19 +1000 Subject: [PATCH] Show version (#415) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc848cd3..43f02932 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: python3 collect_translations.py - name: Static Analysis Tests run: | - flutter upgrade + flutter --version cp lib/dummy_dsn.dart lib/dsn.dart python3 find_dart_files.py flutter pub get