Skip to content

Try-runtime

Try-runtime #1

Workflow file for this run

name: Try-runtime
on:
workflow_dispatch:
jobs:
try-runtime:

Check failure on line 7 in .github/workflows/try_runtime.yml

View workflow run for this annotation

GitHub Actions / Try-runtime

Invalid workflow file

The workflow is not valid. .github/workflows/try_runtime.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
needs: check
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