0g-storage-node/.github/actions/setup-rust/action.yml
Bo QIU 8790fe1d66
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
Sync recent announced files with priority (#300)
* Upgrade rust toolchain to avoid macro-proc issue of latest rust analyzer

* Update random sync metrics

* Adjust default config for sync layer

* Cache the recent announced file for random sync with priority

* Fix clippy

* fix auto sync failure reason issue

* Add cached ready txs info in rpc

* fix lint
2024-12-18 18:40:54 +08:00

12 lines
278 B
YAML

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