You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a private github action to install a dev cli tool built in house.
We're currently just downloading it from s3 and are getting decent speeds (10s~ install times).
But I've noticed actions like actions/setup-pythonactions/setup-nodehashicorp/setup-terraform are blazing fast, less than a second.
Are there any docs anyone could point me to, to understand how those actions yield such speeds?
The text was updated successfully, but these errors were encountered:
Hi
I'm building a private github action to install a dev cli tool built in house.
We're currently just downloading it from s3 and are getting decent speeds (10s~ install times).
But I've noticed actions like
actions/setup-python
actions/setup-node
hashicorp/setup-terraform
are blazing fast, less than a second.Are there any docs anyone could point me to, to understand how those actions yield such speeds?
The text was updated successfully, but these errors were encountered: