diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c634832..61fdbeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,9 @@ jobs: build: name: Build runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 15 + permissions: + contents: write steps: - name: Code Checkout uses: actions/checkout@v4 @@ -33,6 +35,10 @@ jobs: with: channel: 'stable' + - name: Flutter Config + timeout-minutes: 2 + run: flutter config --no-analytics --no-animations + - name: Flutter Pub Get timeout-minutes: 2 run: flutter pub get