Skip to content

vagrant: fix the disk size to use postfix: "GB" #86

vagrant: fix the disk size to use postfix: "GB"

vagrant: fix the disk size to use postfix: "GB" #86

Workflow file for this run

name: vagrant-up
on: [push, pull_request]
jobs:
vagrant-up:
runs-on: macos-12
env:
VAGRANT_DISABLE_VBOXSYMLINKCREATE: "1"
steps:
- uses: actions/checkout@v4
- name: Run vagrant up
run: vagrant up
working-directory: .github/workflows