{"id":31532657,"url":"https://github.com/cargo-prebuilt/cargo-prebuilt-action","last_synced_at":"2026-04-29T21:34:05.964Z","repository":{"id":83841149,"uuid":"606509563","full_name":"cargo-prebuilt/cargo-prebuilt-action","owner":"cargo-prebuilt","description":"Downloads and installs cargo prebuilt (and other prebuilt crates) to a runner","archived":false,"fork":false,"pushed_at":"2025-09-27T19:23:20.000Z","size":2294,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T21:14:55.450Z","etag":null,"topics":["action","actions","cargo-prebuilt","crates","github-actions","rust"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cargo-prebuilt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-25T17:52:47.000Z","updated_at":"2025-09-27T19:22:44.000Z","dependencies_parsed_at":"2023-12-23T08:20:15.729Z","dependency_job_id":"d0bb55e4-e741-4c38-9690-e95ad95dc84b","html_url":"https://github.com/cargo-prebuilt/cargo-prebuilt-action","commit_stats":null,"previous_names":["crow-rest/cargo-prebuilt-action"],"tags_count":35,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/cargo-prebuilt/cargo-prebuilt-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cargo-prebuilt%2Fcargo-prebuilt-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cargo-prebuilt%2Fcargo-prebuilt-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cargo-prebuilt%2Fcargo-prebuilt-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cargo-prebuilt%2Fcargo-prebuilt-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cargo-prebuilt","download_url":"https://codeload.github.com/cargo-prebuilt/cargo-prebuilt-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cargo-prebuilt%2Fcargo-prebuilt-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278262444,"owners_count":25957938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","cargo-prebuilt","crates","github-actions","rust"],"created_at":"2025-10-04T03:57:31.517Z","updated_at":"2025-12-25T01:16:59.065Z","avatar_url":"https://github.com/cargo-prebuilt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install cargo-prebuilt\n\n[![build-test](https://github.com/cargo-prebuilt/cargo-prebuilt-action/actions/workflows/test.yml/badge.svg)](https://github.com/cargo-prebuilt/cargo-prebuilt-action/actions/workflows/test.yml)\n\nInstalls cargo-prebuilt and the crates you pass to it.\n\nSee:\n\n- [cargo-prebuilt](https://github.com/cargo-prebuilt/cargo-prebuilt)\n- [cargo-prebuilt-index](https://github.com/cargo-prebuilt/index)\n\n## Compatibility\n\n| Action Versions | Prebuilt Versions | Note                     |\n| --------------- | ----------------- | ------------------------ |\n| 5.\\*.\\*         | 0.7.\\*            |                          |\n| 4.\\*.\\*         | 0.7.\\*            | Deprecated               |\n| 3.\\*.\\*         | 0.6.\\*            | Deprecated               |\n| \u003c 3             | \u003c 6               | Deprecated and untracked |\n\n## Usage\n\n```yaml\nname: Install\non:\n  push:\n  pull_request:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v6\n        with:\n          persist-credentials: false\n      - name: Install cargo-prebuilt\n        uses: cargo-prebuilt/cargo-prebuilt-action@v5\n        with:\n          pkgs: just,rtx-cli@1.34.1\n```\n\nor\n\n```yaml\nname: Install\non:\n  push:\n  pull_request:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v6\n        with:\n          persist-credentials: false\n      - name: Install cargo-prebuilt\n        uses: cargo-prebuilt/cargo-prebuilt-action@v5\n        with:\n          pkgs: cargo-deny\n      - run: cargo prebuilt just\n```\n\n```yaml\nname: Install for aarch64-apple-darwin\non:\n  push:\n  pull_request:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v6\n        with:\n          persist-credentials: false\n      - name: Install cargo-prebuilt\n        uses: cargo-prebuilt/cargo-prebuilt-action@v5\n        with:\n          prebuilt-version: 0.6.0\n          prebuilt-target: aarch64-apple-darwin\n```\n\n## Inputs\n\nSee [action.yml](action.yml) for all options.\n\n- ```yaml\n  prebuilt-version: 'Version of cargo-prebuilt to use'\n    default: latest\n  ```\n\n- ```yaml\n  prebuilt-target: 'Target for the version of cargo-prebuilt to install'\n    default: current\n  ```\n\n- ```yaml\n  prebuilt-verify: 'Verify downloaded cargo prebuilt'\n    options:\n      - 'none: Do not verify'\n      - 'sha256: Verify using sha256 hash\n      (Only for making sure the download is not corrupted)'\n      - 'minisign: Verify using minisign (Using rsign2)'\n    default: 'sha256'\n  ```\n\n- ```yaml\n  pkgs: 'A CSV list of prebuilt crates needed with\n    optional version numbers (see cargo-prebuilt cli)'\n    default: ''\n  ```\n\n## Outputs\n\nSee [action.yml](action.yml)\n\n- ```yaml\n  prebuilt-version: 'Cargo prebuilt version that was installed'\n  ```\n\n- ```yaml\n  prebuilt-target: 'Cargo prebuilt target that was installed'\n  ```\n\n- ```yaml\n  out: 'Stdout of cargo-prebuilt if it downloaded any tools'\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcargo-prebuilt%2Fcargo-prebuilt-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcargo-prebuilt%2Fcargo-prebuilt-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcargo-prebuilt%2Fcargo-prebuilt-action/lists"}