• This repository has been archived on 05/Jun/2023
  • Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Github Action to use mold (https://github.com/rui314/mold) as default system linker

setup-mold javascript action

Github Action to install mold (https://github.com/rui314/mold) in PATH or as /usr/bin/ld.

Supports only Linux runners.

Inputs

version

Release version. Default "1.1.0". List of versions can be found in versions-manifest.json

make_default

If true, will setup mold as /usr/bin/ld. Default false.

Example usage

uses: warchant/setup-mold@v1
with:
  version: 1.1.0
  make_default: true