Skip to content

Commit 1bb38c3

Browse files
committed
cd: lock flutter version to 3.3
1 parent 9f959ce commit 1bb38c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/spotube-nightly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: subosito/[email protected]
1414
with:
1515
cache: true
16+
flutter-version: '3.3.8'
1617
- name: Get current date
1718
id: date
1819
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
@@ -56,6 +57,7 @@ jobs:
5657
- uses: subosito/[email protected]
5758
with:
5859
cache: true
60+
flutter-version: '3.3.8'
5961
- run: |
6062
sudo apt-get update -y
6163
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:
9092
- uses: subosito/[email protected]
9193
with:
9294
cache: true
95+
flutter-version: '3.3.8'
9396
- run: |
9497
choco install sed make yq -y
9598
yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml
@@ -120,6 +123,7 @@ jobs:
120123
- uses: subosito/[email protected]
121124
with:
122125
cache: true
126+
flutter-version: '3.3.8'
123127
- run: brew install yq
124128
- run: yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml
125129
- run: yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml

0 commit comments

Comments
 (0)