Skip to content

Commit

Permalink
feat: add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Mar 15, 2024
1 parent 5dffcbd commit 4fe7f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-flutter-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ git clone -b "$CHANNEL" https://github.com/flutter/flutter.git "$FLUTTER_PATH"
echo "$FLUTTER_PATH/bin"
echo "$FLUTTER_PATH/bin/cache/dart-sdk/bin"
echo "$HOME/.pub-cache/bin" # POSIX
echo "$HOME\AppData\Local\Pub\Cache\bin" # Windows
echo "C:\Users\runneradmin\AppData\Local\Pub\Cache\bin" # Windows
} >> "$GITHUB_PATH"

0 comments on commit 4fe7f1d

Please sign in to comment.