Closed Deshdeepak1 closed 1 year ago
Interesting, cool. Looks like there's no easy way to run GitHub Actions on Android, right?
In any case, please add a small changelog entry and I'll merge.
I have added changelog entry
Looks like there's no easy way to run GitHub Actions on Android,
Termux guys do it somehow, by modifying the ubuntu server provided by github, but its too complicated. I have tried this on termux
pip install git+https://github.com/Deshdeepak1/aiofiles@main-1
python -c 'import aiofiles.os'
and it works, you can try yourself.
Cool, thanks!
Check if os provides link. Android doesn't support hard linking. Show import aiofiles.os was reporting error on termux.