Skip to content

arceos-org/setup-musl

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

4 Commits
 
 
 
 
 
 

Repository files navigation

setup-musl

GitHub Action to set up a musl toolchain for cross-compiling on Linux.

Usage

steps:
- uses: actions/setup-musl@v1
  with:
    target: 'x86_64' # Required. The target architecture to set up.
                     # Currently supported architecture: x86_64, aarch64, riscv64, loongarch64.
- run: |
    x86_64-linux-musl-gcc --version

Authored by @equation314, ported by @aarkegz.

About

GitHub Action to setup the musl toolchain.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •