Skip to content

Commit

Permalink
cd: use git source for flutter action
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jan 24, 2025
1 parent ed1f4ad commit 219ae9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.18.0
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
cache: false
git-source: https://github.com/flutter/flutter.git

- name: Setup Java
if: ${{matrix.platform == 'android'}}
Expand Down

0 comments on commit 219ae9d

Please sign in to comment.