Skip to content

Commit

Permalink
refactor: ruby migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Jul 12, 2024
1 parent a7df8c4 commit 0c192ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-flutter-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
flutter_path = File.join(ENV['GITHUB_ACTION_PATH'], 'flutter')
flutter_repo_address = "https://github.com/flutter/flutter.git"

# `git clone -b #{channel} #{flutter_repo_address} #{flutter_path}`
`git clone -b #{channel} #{flutter_repo_address} #{flutter_path}`

flutter_bin_path = File.join(flutter_path, 'bin')
dart_bin_path = File.join(flutter_path, 'bin', 'cache', 'dart-sdk', 'bin')
Expand Down

0 comments on commit 0c192ed

Please sign in to comment.