https://github.com/discretetom/setup-rust-cross
https://github.com/discretetom/setup-rust-cross
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/discretetom/setup-rust-cross
- Owner: DiscreteTom
- License: mit
- Created: 2025-03-01T08:55:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:08:27.000Z (3 months ago)
- Last Synced: 2025-03-01T10:18:41.117Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Rust Cross

[](https://github.com/DiscreteTom/setup-rust-cross/releases/latest)This GitHub Action sets up Rust toolchains and [cross-rs](https://github.com/cross-rs/cross) in your workflow.
## Usage
```yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4- name: Setup Rust toolchains and cross-rs
uses: DiscreteTom/[email protected]- name: Build
run: |
cross build --target aarch64-unknown-linux-musl
```## [CHANGELOG](./CHANGELOG.md)