Skip to content

Update rust.yml

Update rust.yml #4

Workflow file for this run

name: rust build pipeline
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run build
run: cargo build --target aarch64-apple-darwin