pharo-project/Pharo setup
Install Pharo Virtual Machine and image.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Pharo version number to install. (e.g. 13) | yes | — |
| imageName | Save the Pharo image under this name | — | Pharo |
| imageDir | Path where the Pharo image will be downloaded | — | ${{ github.workspace }} |
| vmDir | Path where the Pharo VM will be downloaded | — | ${{ github.workspace }}/pharo-vm |
| useBashOnWindows | Tells if the $PHARO environment variable should be defined as a Linux path so that it can be used in a Bash shell. If not set or false, the $PHARO command will use Windows path and is intended to be used with Powershell or Cmd. | — | false |
| vmUrl | A Url that points to the VM to install. It has to be a zip file. | — | — |
| vmStatus | The vm flavour to download (ex: in pharo-vm-Darwin-arm64-stable.zip, status is 'stable') | — | stable |
| skipImageDownload | If true, the action will not download any Pharo image | — | false |
Outputs
no outputs