mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-03 13:37:56 -04:00
Currently, the cache of the xtask binary isn't working terribly well: * we seem to build it on each run anyway, presumably because we don't cache any of the intermediate build artifacts. Running the binary directly rather than indirecting via "cargo" prevents this. * There is no sharing of the cache between the "rust" and "bindings" CI, because we use different cache keys. This PR addresses both problems, and hopefully speeds up CI a bit as a result.