`micro`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-09 22:12:11 +05:30
parent 999f4365ba
commit bbd83755c1
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ termux_step_make_install() {
cd $MICRO_SRC
make build-quick
# TODO: Cache Golamg dependencies
mv micro $TERMUX_PREFIX/bin/micro
}