From 8b21ec1ea3bc2b068843765ca457432e1afdd991 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 19 May 2024 18:54:48 +0700 Subject: [PATCH] ci: Switch to Flutter instead --- .github/workflows/sync_crowdin.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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