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

Commit

Permalink
Disable synced folders as a workaround for mount error in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Jul 3, 2022
1 parent 7346b96 commit 66d3800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Vagrant.configure("2") do |config|
config.disksize.size = "16GB"
end

config.vm.synced_folder ".", "/vagrant", disabled: true

config.vm.provision "shell", inline: <<~SHELL
pkg bootstrap
pkg update
Expand Down

0 comments on commit 66d3800

Please sign in to comment.