#GitHubActions #Rust [[Rust Cache Action]]を使う。 ```yaml - uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable - uses: Swatinem/rust-cache@v1 ``` 4分かかっていたbuildが2分になった。