actions-marketplace-validations/Setup Racket environment
Setup a Racket environment and add it to the PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 13, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/bogdanp_setup-racket@2466913449df77df2bad149d1f2fc4e1ea4795dd # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| architecture | The target architecture (arm32, arm64, x86, x64) of the Racket VM. | — | x64 |
| distribution | The target distribution (minimal, full) of Racket. | — | full |
| variant | The target variant (BC, CS) of Racket. Defaults to CS if the version is >= 8.0, otherwise BC. | — | "" |
| version | Racket version to use. | — | stable |
| snapshot_site | The site to download snapshot versions from ('auto', 'utah' or 'northwestern'). | — | auto |
| catalogs | A comma-separated list of package catalogs to use when installing packages. | — | "" |
| local_catalogs | A comma-separated list of paths to create local catalogs in. | — | "" |
| packages | A comma-separated list of packages to install from the Package Catalog. | — | "" |
| dest | Installation destination. Linux only. | — | "" |
| sudo | Use sudo or not (always, never). | — | "" |
Outputs
no outputs