Skip to content

Commit

Permalink
Fix .github/workflows/dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 30, 2024
1 parent 8b6b7cc commit c8023fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version: ${{ matrix.version }}

- name: Setup Flutter SDK
run: fvm use stable
run: yes | fvm use stable
- name: Dart version
run: dart --version
- name: Flutter version
Expand Down

0 comments on commit c8023fd

Please sign in to comment.