Skip to content

try cross rust build action #71

try cross rust build action

try cross rust build action #71

Workflow file for this run

name: Rust
on:
push:
branches: [ "master", "ci" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
steps:

Check failure on line 14 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 14, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
- name: Initialize Submodules
run: git submodule update --init --recursive
- name: Build Rust Projects with Cross
uses: houseabsolute/[email protected]