Posted on:
October 25th, 2024
Tips and Tricks #13: Cache Dependencies in GitHub Actions
Speed up CI builds by caching package manager dependencies between runs.
Speed up CI builds by caching package manager dependencies between runs.
Move CPU-intensive tasks off the main thread to keep the UI responsive.