From 1bb38c391788ed90252b3efe0bee54e65e7e5693 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 3 Feb 2023 21:01:18 +0600 Subject: [PATCH] cd: lock flutter version to 3.3 --- .github/workflows/spotube-nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spotube-nightly.yml b/.github/workflows/spotube-nightly.yml index bed8dacb..c06b4676 100644 --- a/.github/workflows/spotube-nightly.yml +++ b/.github/workflows/spotube-nightly.yml @@ -13,6 +13,7 @@ jobs: - uses: subosito/flutter-action@v2.8.0 with: cache: true + flutter-version: '3.3.8' - name: Get current date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" @@ -56,6 +57,7 @@ jobs: - uses: subosito/flutter-action@v2.8.0 with: cache: true + flutter-version: '3.3.8' - run: | sudo apt-get update -y sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse @@ -90,6 +92,7 @@ jobs: - uses: subosito/flutter-action@v2.8.0 with: cache: true + flutter-version: '3.3.8' - run: | choco install sed make yq -y yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml @@ -120,6 +123,7 @@ jobs: - uses: subosito/flutter-action@v2.8.0 with: cache: true + flutter-version: '3.3.8' - run: brew install yq - run: yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml - run: yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml