Skip to content

Commit 8d27ab7

Browse files
committed
Add Flutter setup step in build-test.yml
1 parent e96a647 commit 8d27ab7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ jobs:
178178
libsecret-1-dev
179179
sudo apt-get clean
180180
181+
182+
- name: Setup Flutter
183+
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
184+
with:
185+
path: '.fvmrc'
186+
cache: true
187+
181188
- name: Build app
182189
shell: bash
183190
working-directory: sdk/python/examples/apps/flet_build_test

0 commit comments

Comments
 (0)