diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 9942b72..99ded20 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -62,7 +62,8 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - channel: stable + channel: master + flutter-version: 3.32.8 - name: Get dependencies run: flutter pub get