From fe2d114ae5dd04469de7cd5e3a0e5213c9aea328 Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Thu, 18 Apr 2024 11:15:52 +0800 Subject: [PATCH] ++ --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1ee589..1a4157d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -248,7 +248,7 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' # Run the latest version + channel: 'stable' # Run the latest version cache: true - uses: futureware-tech/simulator-action@v2 with: @@ -270,7 +270,7 @@ jobs: - uses: actions/checkout@v1 - uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' # Run the latest version + channel: 'stable' # Run the latest version cache: true - uses: futureware-tech/simulator-action@v2 with: