Skip to content

Commit 97203f1

Browse files
committed
openbsd: try pkg_add
1 parent 871965e commit 97203f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/vagrant/openbsd/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Vagrant.configure("2") do |config|
7979
# note: clang installed by default
8080
config.vm.provision "env", type: "shell", inline:<<-SHELL
8181
set -x
82-
pkgin update
83-
pkgin -y install git cmake
82+
pkg_add -u
83+
pkg_add git cmake
8484
SHELL
8585

8686
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"

0 commit comments

Comments
 (0)