dart-lang / io

Utilities for the Dart VM's dart:io.
https://pub.dev/packages/io
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Github action on Windows #72

Open alextekartik opened 3 years ago

alextekartik commented 3 years ago

Not really an issue but I was wondering why there was no github actions on Windows for this package. Basically I have some package where github actions runs ok on windows:

But some that work fine but just hang at the end of the test (although the test ran fine)

Before reporting any error, I wanted to find a google supported package that runs dart actions on windows and this one looked like a good fit!