Per this comment on actions/virtual-environments#183, nested virtualization for Linux is not supported by GitHub Actions
Setup your GitHub Actions workflow with HashiCorp Vagrant.
- name: Use oxr463/setup-vagrant
uses: oxr463/[email protected]
with:
exec: |
vagrant up
Based on oxr463/setup-cordova.
SPDX-License-Identifier: MIT