diff --git a/.github/workflows/build_vagrant.yml b/.github/workflows/build_vagrant.yml index 539bf350ae..d7e25928fe 100644 --- a/.github/workflows/build_vagrant.yml +++ b/.github/workflows/build_vagrant.yml @@ -70,6 +70,9 @@ jobs: - name: Vagrant Version run: vagrant --version + - name: Add User To VBOX group + run: sudo usermod -a -G vboxusers $USER + - name: Cache Solaris10.box id: solaris-10-cache uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2