serenityos/Setup Jakt Environment
Setup a Jakt environment and add the compiler to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| revision | The revision of Jakt to pull, defaults to latest on main | no | main |
| token | Token used to pull from the Jakt repository | no | ${{ github.token }} |
| cache | Enable cache, subsequent runs will be faster unless a new revision is downloaded | no | false |
Outputs
| name | description |
|---|---|
| jakt-hash | Hash of the checked-out revision |
| jakt-path | Path to built jakt binary |
| cache-hit | Indicates whether the cache was hit |