Skip to content

Commit

Permalink
Disable VBOXSYMLINKCREATE for GitHub Actions
Browse files Browse the repository at this point in the history
Debugging
  • Loading branch information
MakisH committed Apr 20, 2024
1 parent 6fb6393 commit ab7279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Run vagrant up
run: |
vagrant up --provider=${{ matrix.provider }}
VAGRANT_DISABLE_VBOXSYMLINKCREATE=1 vagrant up --provider=${{ matrix.provider }}
- name: Package Vagrant box
run: vagrant package --base "preCICE-VM" --output preCICE.box
Expand Down

0 comments on commit ab7279e

Please sign in to comment.