pharo-project/Pharo setup

Install Pharo Virtual Machine and image.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionPharo version number to install. (e.g. 13)yes
imageNameSave the Pharo image under this namePharo
imageDirPath where the Pharo image will be downloaded${{ github.workspace }}
vmDirPath where the Pharo VM will be downloaded${{ github.workspace }}/pharo-vm
useBashOnWindowsTells 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
vmUrlA Url that points to the VM to install. It has to be a zip file.
vmStatusThe vm flavour to download (ex: in pharo-vm-Darwin-arm64-stable.zip, status is 'stable')stable
skipImageDownloadIf true, the action will not download any Pharo imagefalse

no outputs