masa-iwasaki / setup-rbenv

Set up your GitHub Actions workflow with rbenv
MIT License
16 stars 3 forks source link

Limit Git clone depth #5

Closed matsev closed 4 years ago

matsev commented 4 years ago

Improve performance when installing rbenv and ruby-build by limiting the Git clone depth to the latest commit.

Ref: git clone --depth

masa-iwasaki commented 4 years ago

Thanks @matsev 👍