Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiefbiiko/setup-substrate
A GitHub action that installs a Substrate Rust toolchain
https://github.com/chiefbiiko/setup-substrate
cicd substrate zombienet
Last synced: about 1 month ago
JSON representation
A GitHub action that installs a Substrate Rust toolchain
- Host: GitHub
- URL: https://github.com/chiefbiiko/setup-substrate
- Owner: chiefbiiko
- License: mit
- Created: 2022-11-06T14:46:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T11:02:51.000Z (about 2 years ago)
- Last Synced: 2024-09-05T01:22:50.142Z (4 months ago)
- Topics: cicd, substrate, zombienet
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-substrate
[![CI](https://github.com/chiefbiiko/setup-substrate/workflows/ci/badge.svg)](https://github.com/chiefbiiko/setup-substrate/actions)
A GitHub action that installs a Substrate Rust toolchain.
[`zombienet`](https://github.com/paritytech/zombienet) is included in the installation.
## Usage
```yml
- uses: chiefbiiko/[email protected]
```## Inputs
+ `nightly-version` Nightly Rust toolchain to set up. Default: `nightly`
+ `target-dir` Main Rust target dir to be cached. Default: `./target/`## Outputs
+ `rust-version`
+ `cargo-version`
+ `zombienet-version`