-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't install apt-fast from source #96
Conversation
Thank you! |
Hey there, we were just testing your action but we are using custom runners with custom runner images. If you like that idea, I would try to make a PR with that change. |
You're right, custom runners are also a thing. There is no need to implement an extra argument for that. We can easily detect if |
* More robust checking of age of apt cache (#90) * Don't install apt-fast from source (#96) * Clean cache directory after use (#95) * Only install apt-fast from source if not present (#97) * Revert "Don't install apt-fast from source (#96)" This reverts commit 854bb53. * Only install apt-fast from source if not present --------- Co-authored-by: John Hughes <jondo2010@gmail.com> Co-authored-by: Pascal Roeleven <dev@pascalroeleven.nl>
* More robust checking of age of apt cache (#90) * Don't install apt-fast from source (#96) * Clean cache directory after use (#95) * Only install apt-fast from source if not present (#97) * Revert "Don't install apt-fast from source (#96)" This reverts commit 854bb53. * Only install apt-fast from source if not present --------- Co-authored-by: John Hughes <jondo2010@gmail.com> Co-authored-by: Pascal Roeleven <dev@pascalroeleven.nl>
* More robust checking of age of apt cache (#90) * Don't install apt-fast from source (#96) * Clean cache directory after use (#95) * Only install apt-fast from source if not present (#97) * Revert "Don't install apt-fast from source (#96)" This reverts commit 854bb53. * Only install apt-fast from source if not present --------- Co-authored-by: John Hughes <jondo2010@gmail.com> Co-authored-by: Pascal Roeleven <dev@pascalroeleven.nl>
There is no reason to install
apt-fast
from source as it is already included in all of the Ubuntu runner images.