Cross Platform Action
Version updated for cross-platform-actions/action to version v0.22.0.
- This action is used across all versions by 434 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Added
Added support for using the action in multiple steps in the same job (#26). All the inputs need to be the same for all steps, except for the following inputs:
sync_files
,shutdown_vm
andrun
.Added support for specifying that the VM should not shutdown after the action has run. This adds a new input parameter:
shutdown_vm
. When set tofalse
, this will hopefully mitigate very frequent freezing of VM during teardown (#61, #72).