rust-cargo-make动作 通过下载可执行文件来安装cargo-make (比cargo install cargo-make更快,几秒钟相对于几分钟)。 输入项 version 要安装的cargo-make可选版本(例如"0.22.2" , "latest" )。 用法示例 - uses : actions-rs/toolchain@v1 with : toolchain : stable override : true - uses : davidB/rust-cargo-make@v1 - uses : actions/checkout@v1 - name : Run tests run : cargo make ci-flow - uses : actions-rs/toolc