Github actions incremental build

is there a way to have incremental build for github actions? ci/cd for a JS project takes a couple minutes, but for Rust/WASM it takes > 20 min

there are some examples of using the cache action with Rust here: cache/examples.md at master · actions/cache · GitHub

However it doesn't seem to be helping much

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.