Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 66d3800

Browse files
committed
Disable synced folders as a workaround for mount error in GHA
1 parent 7346b96 commit 66d3800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Vagrant.configure("2") do |config|
99
config.disksize.size = "16GB"
1010
end
1111

12+
config.vm.synced_folder ".", "/vagrant", disabled: true
13+
1214
config.vm.provision "shell", inline: <<~SHELL
1315
pkg bootstrap
1416
pkg update

0 commit comments

Comments
 (0)