Skip to content

Try-runtime

Try-runtime #4

Workflow file for this run

name: Try-runtime
on:
workflow_dispatch:
jobs:
try-runtime:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: ./.github/actions/setup
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_TOKEN }}
- name: Use Git CLI for Cargo
run: echo "CARGO_NET_GIT_FETCH_WITH_CLI=true" >> $GITHUB_ENV
- name: Try-Runtime Build
run: cargo check --features try-runtime