Skip to content

vagrant: update vagrant box to "20231018.0.0" #80

vagrant: update vagrant box to "20231018.0.0"

vagrant: update vagrant box to "20231018.0.0" #80

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