diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index bc2f6511..02ca74b4 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -20,8 +20,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Dart - uses: dart-lang/setup-dart@v1 + - name: Setup Flutter + uses: subosito/flutter-action@v2 + with: + cache: true - name: Sync translations from Crowdin uses: crowdin/github-action@v1