Skip to content

Commit

Permalink
Add .fvmrc path
Browse files Browse the repository at this point in the history
  • Loading branch information
zaelgohary committed Oct 27, 2024
1 parent f15bf85 commit f4ab08a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
uses: actions/checkout@v3

- name: Set up FVM
uses: kuhnroyal/flutter-fvm-config-action/config@v3
id: fvm-config-action
uses: kuhnroyal/flutter-fvm-config-action/config@v3
with:
path: "./.fvmrc"

- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit f4ab08a

Please sign in to comment.