Skip to content

Prepared version v0.0.6 #17

Prepared version v0.0.6

Prepared version v0.0.6 #17

Workflow file for this run

name: macOS
on:
push:
branches:
- main
- release/**
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-darwin
- run: cargo +stable build --release --target=x86_64-apple-darwin