panquesito7/Setup JuleC environment
Setup a JuleC development environment in your project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 14, 2023
- License
- MIT
Pinned Snippet
uses: panquesito7/setup-jule@2552891f81aadac7535f3524a2a436196d73dd82 # v1.1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of JuleC that will be downloaded. Use "latest" for the latest stable release. | yes | latest |
| directory | Directory where Jule will be downloaded. | yes | . |
| architecture | The architecture that's going to be used. Valid options are "arm64", "amd64", and "i386". | no | amd64 |
| add-to-path | Whether to add JuleC to the PATH or not. | no | false |
| extra-command | Extra command that will be executed after JuleC is installed. | no | "" |
Outputs
no outputs