0g-storage-node/.github/actions/setup-rust/action.yml

12 lines
278 B
YAML
Raw Normal View History

name: Setup Rust (cache & toolchain)
runs:
using: composite
steps:
- name: Install toolchain 1.78.0
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78.0
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2