Skip to content

Commit

Permalink
Add Linux Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac898 authored Apr 5, 2024
1 parent e87b2c9 commit 1ce3c7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 1ce3c7d

Please sign in to comment.