From 8aeda4659a5a34131f4cbd236f9eabccb65a61aa Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Wed, 15 May 2024 11:11:15 -0400 Subject: [PATCH] fix flutter version in ci --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57a5ab9e..e053784d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - uses: subosito/flutter-action@v2 with: - flutter-version: '3.32.0' + flutter-version: '3.22.0' cache: false - name: Run build script id: build @@ -51,7 +51,7 @@ jobs: java-version: '17' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.32.0' + flutter-version: '3.22.0' cache: false - name: Run build script id: build