https://github.com/stellar/binaries
Precompiled binaries for use in CI and other places.
https://github.com/stellar/binaries
Last synced: 24 days ago
JSON representation
Precompiled binaries for use in CI and other places.
- Host: GitHub
- URL: https://github.com/stellar/binaries
- Owner: stellar
- Created: 2022-10-26T20:16:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-30T11:53:56.000Z (28 days ago)
- Last Synced: 2026-05-30T13:17:59.865Z (28 days ago)
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 11
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binaries
This repository precompiles binaries and caches them in GitHub Releases for CI
jobs of the [@stellar] GitHub org.
[@stellar]: https://github.com/stellar
## 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.
```yml
- uses: stellar/binaries@v10
with:
name: cargo-set-rust-version
version: 0.5.0
```