Skip to content

Rust Linux Build

Rust Linux Build #1

Workflow file for this run

name: Rust Linux Build
on: workflow_dispatch
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --target=x86_64-unknown-linux-gnu