roboticslab-uc3m / questions-and-answers

A place for general debate and question&answer
https://robots.uc3m.es/developer-manual/appendix/repository-index.html
2 stars 0 forks source link

Cache APT packages #100

Open PeterBowman opened 2 months ago

PeterBowman commented 2 months ago

Some time ago, I was fiddling with the following GH actions:

The point of these is to avoid repeatedly fetching and installing the same APT packages on every CI job run. However, I'm concerned about how those actions handle package updates. Frequent changes in the APT repository might render this idea pointless.