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/setup-vagrant@0.0.1
with:
exec: |
vagrant up
Based on oxr463/setup-cordova.
SPDX-License-Identifier: MIT