10000 GitHub - rcore-os/setup-musl: GitHub Action to setup the musl toolchain.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rcore-os/setup-musl

 
 

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
0