|
|
|
|
|
by philipp-gayret
159 days ago
|
|
Depends on the build toolchain but usually you'd hash the dependency file and that hash is your cache key for a folder in which you keep your dependencies. You can also make a Docker image containing all your dependencies but usually downloading and spinning that up will take as long as installing the dependencies. For caching you use GitHubs own cache action. |
|