ocaml-dune/Set up Dune
Install Dune and optionally build a project with Dune package management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Which version of the Dune binary to install | no | nightly |
| steps | Which steps to run | no | all |
| directory | Directory in which dune should be run | no | . |
| workspace | Path of a `dune-workspace` file (in `directory`) | no | "" |
| display | Control the log format generated by dune, see dune-config(5) | no | "" |
| cache-prefix | Prefix of the cache keys | no | v1 |
| traces-as-artifact | Whether the Dune traces should be uploaded as artifact (on-failure (default), always, or never) | no | on-failure |
Outputs
| name | description |
|---|---|
| dune-cache-hit | A boolean value to indicate the Dune cache was found in the GHA cache |