I have no idea if this is possible, but: The setup action takes ~1m 37s or so. I was wondering if it could be sped up by leveraging `actions/cache`. I _think_ that could help speed up ``` sudo apt-get update && sudo apt-get install -y ddev && mkcert -install ``` But maybe not.