Skip to content

Commit

Permalink
try to fix vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed Apr 30, 2024
1 parent 74a128a commit e302b7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke/vagrant-freebsd-amd64/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/freebsd14"

config.vm.synced_folder "../build", "/nebula"
config.vm.synced_folder "../build", "/nebula", type: "rsync"
end
2 changes: 1 addition & 1 deletion .github/workflows/smoke/vagrant-netbsd-amd64/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/netbsd9"

config.vm.synced_folder "../build", "/nebula"
config.vm.synced_folder "../build", "/nebula", type: "rsync"
end
2 changes: 1 addition & 1 deletion .github/workflows/smoke/vagrant-openbsd-amd64/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/openbsd7"

config.vm.synced_folder "../build", "/nebula"
config.vm.synced_folder "../build", "/nebula", type: "rsync"
end

0 comments on commit e302b7e

Please sign in to comment.