We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871965e commit 97203f1Copy full SHA for 97203f1
ci/vagrant/openbsd/Vagrantfile
@@ -79,8 +79,8 @@ Vagrant.configure("2") do |config|
79
# note: clang installed by default
80
config.vm.provision "env", type: "shell", inline:<<-SHELL
81
set -x
82
- pkgin update
83
- pkgin -y install git cmake
+ pkg_add -u
+ pkg_add git cmake
84
SHELL
85
86
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"
0 commit comments