mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci: Switch to Flutter instead
This commit is contained in:
parent
e83fbb864e
commit
8b21ec1ea3
1 changed files with 4 additions and 2 deletions
6
.github/workflows/sync_crowdin.yml
vendored
6
.github/workflows/sync_crowdin.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue