diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cbd45d8..ba6f143e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - channel: "stable" + channel: "main" cache: true - name: Set up Packages (Linux)