Skip to content

Commit

Permalink
fix: FVMインストールにHomebrew使用
Browse files Browse the repository at this point in the history
  • Loading branch information
chika3742 committed Dec 11, 2024
1 parent 2238eee commit d52fced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install FVM
run: curl -fsSL https://fvm.app/install.sh | bash
run: |
brew tap leoafarias/fvm
brew install fvm
- name: Install Flutter SDK
run: fvm install
Expand Down

0 comments on commit d52fced

Please sign in to comment.