aig787 / rust-darwin-cross-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Darwin Builder Action

GitHub GitHub release (latest SemVer) GitHub Workflow Status Docker Cloud Build Status

GitHub action for building Darwin targeted rust binaries (x86_64-apple-darwin).

- uses: aig787/rust-darwin-cross-action@1.80.1
  with:
    args: build --release --all-features
    git_credentials: ${{ secrets.GIT_CREDENTIALS }}

Inputs

Variable Description Required Default
args Arguments passed to cargo true build --release
git_credentials If provided git will be configured to use these credentials and https false
directory Relative path under $GITHUB_WORKSPACE where Cargo project is located false

Credits:

About

License:MIT License


Languages

Language:Dockerfile 40.2%Language:Shell 30.7%Language:Makefile 29.1%