In the rust action we always install LLVM to compile c code, so we could just cache it and restore it from cache.
We can use https://github.com/marketplace/actions/cache-apt-packages to cache apt packages we install as dependency of install rust action and speed up the installation.
In the rust action we always install LLVM to compile c code, so we could just cache it and restore it from cache.
We can use https://github.com/marketplace/actions/cache-apt-packages to cache apt packages we install as dependency of install rust action and speed up the installation.