julia-actions/Run Pkg.build
Run the build step in a Julia package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- MIT
Pinned Snippet
uses: julia-actions/julia-buildpkg@e3eb439fad4f9aba7da2667e7510e4a46ebc46e1 # v1.7.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Value passed to the --project flag. The default value is the repository root: "@." | — | @. |
| precompile | Whether to allow auto-precompilation (via the `JULIA_PKG_PRECOMPILE_AUTO` env var). Options: yes | no. Default value: no. | — | no |
| localregistry | Add local registries hosted on GitHub. Specified by providing the url (https/ssh) to the repositories as a newline (\n) seperated list. User is responsible for setting up the necessary SSH-Keys to access the repositories if necessary. | — | "" |
| git_cli | Determine if Pkg uses the cli git executable (Julia >= 1.7). Might be necessary for more complicated SSH setups. Options: true | false. Default : false | — | false |
| ignore-no-cache | Whether to ignore if there appears to be no depot caching. Silences an action notice recommending `julia-actions/cache`. | — | false |
Outputs
no outputs