Skip to content

Commit

Permalink
cd: lock flutter version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Feb 3, 2023
1 parent 9f959ce commit 1bb38c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spotube-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: subosito/[email protected]
with:
cache: true
flutter-version: '3.3.8'
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
- uses: subosito/[email protected]
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
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
- uses: subosito/[email protected]
with:
cache: true
flutter-version: '3.3.8'
- run: |
choco install sed make yq -y
yq -i '.version |= sub("\+\d+", "-nightly-")' pubspec.yaml
Expand Down Expand Up @@ -120,6 +123,7 @@ jobs:
- uses: subosito/[email protected]
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
Expand Down

0 comments on commit 1bb38c3

Please sign in to comment.