mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: use git source for flutter action
This commit is contained in:
parent
ed1f4ad6f5
commit
219ae9dcb3
3
.github/workflows/spotube-release-binary.yml
vendored
3
.github/workflows/spotube-release-binary.yml
vendored
@ -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'}}
|
||||
|
Loading…
Reference in New Issue
Block a user