Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Rust Cross

license release

This GitHub Action sets up Rust toolchains and cross-rs in your workflow.

Usage

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Setup Rust toolchains and cross-rs
        uses: DiscreteTom/setup-rust-cross@v0.1.1

      - name: Build
        run: |
          cross build --target aarch64-unknown-linux-musl

About

Sets up Rust toolchains and cross-rs in your workflow.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors