Skip to content

Commit

Permalink
cd: use cache less Flutter SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jan 24, 2025
1 parent 15773e1 commit ed1f4ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/spotube-release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: flutter-actions/setup-flutter@v4
- uses: subosito/flutter-action@v2
with:
version: ${{ env.FLUTTER_VERSION }}
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: ${{ env.FLUTTER_CHANNEL }}
cache: false

- name: Setup Java
if: ${{matrix.platform == 'android'}}
uses: actions/setup-java@v4
Expand Down

0 comments on commit ed1f4ad

Please sign in to comment.