diff --git a/.github/workflows/linux-web.yaml b/.github/workflows/linux-web.yaml index 4d1c3a7..b88e698 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -22,6 +22,9 @@ jobs: channel: 'stable' flutter-version: '3.24.1' + - name: disable analytics + run: flutter config --no-analytics + - name: install dev dependencies run: | sudo apt-get update -y diff --git a/.github/workflows/macos-ios.yaml b/.github/workflows/macos-ios.yaml index 12cb0d5..6cd98fb 100644 --- a/.github/workflows/macos-ios.yaml +++ b/.github/workflows/macos-ios.yaml @@ -22,6 +22,9 @@ jobs: channel: 'stable' flutter-version: '3.24.1' + - name: disable analytics + run: flutter config --no-analytics + - name: Install dependencies run: flutter pub get diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 61b09b4..6d50bc3 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -22,6 +22,9 @@ jobs: channel: 'stable' flutter-version: '3.24.1' + - name: disable analytics + run: flutter config --no-analytics + - name: Install dependencies run: flutter pub get