Skip to content

Added GitHub build pipeline #1

Added GitHub build pipeline

Added GitHub build pipeline #1

Workflow file for this run

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

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

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
toolchain: stable
target: x86_64-unknown-uefi
override: true
- name: Build
run: cargo build --verbose --target x86_64-unknown-uefi