Catesta
Catesta copied to clipboard
PowerShell module caching in GitHub actions
Have you considered using the GitHub cache for modules that get installed by actions_bootstrap.ps1? This could speed up the build process and also reduce hits to the PowerShell Gallery.
I'm looking at trying two familiar options and didn't want to duplicate efforts if you've already gone down this road.