stellar / binaries

Precompiled binaries for use in CI and other places.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binaries

This repository precompiles binaries and caches them in GitHub Releases for CI jobs of the @stellar GitHub org.

Usage

Use of the binaries stored here are not recommended for general purpose use. They're only intended for use supporting the @stellar CI jobs.

Add the following to a workflow to install a binary here. The version must be specified as a tag, as the tag also identifies which release to download the binaries from.

- uses: stellar/binaries@v10
  with:
    name: cargo-set-rust-version
    version: 0.5.0

About

Precompiled binaries for use in CI and other places.