Skip to content

Commit

Permalink
fix melos bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
narunblog committed Jul 31, 2023
1 parent 6729ce6 commit a9c6809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cache: true
cache-key: flutter
cache-path: ${{ runner.tool_cache }}/flutter
# /opt/hostedtoolcache/flutter
# melosの設定
# デフォルトでmelos bootstrapコマンドが実行される
- name: Setup melos
Expand All @@ -39,7 +40,7 @@ jobs:
run-bootstrap: false
# melos bootstrap
- name: melos bootstrap
run: melos bootstrap --flutter-sdk=${{ runner.tool_cache }}/flutter
run: melos bootstrap --sdk-path=${{ runner.tool_cache }}/flutter
# 依存関係を解決
- name: Install Flutter dependencies by melos
run: melos pg
Expand Down

0 comments on commit a9c6809

Please sign in to comment.