mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* cache the `oxide` targets This will cache the oxide related build files to hopefully minimize the amount of Rust compiling. * tmp: drop turbo * cache `./oxide/target/` Thanks @thecrypticace! * no need to cache `oxide` files This will already be cached by GitHub actions. This should save us many GBs on Vercel.com and Rust (or Cargo) is way better in using existing cached information so this mix of caches between Turbo and GitHub actions is kind of nice. * Revert "tmp: drop turbo" This reverts commit 22761d3a6669205a65695c6887bc9fda5f495adf. * improve caching for integration tests and insiders release