Skip to content

Commit 55f31f2

Browse files
committed
test a
1 parent c5928a6 commit 55f31f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/vagrant/netbsd/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 upgrade -f
83-
pkgin install -y git cmake
82+
pkgin upgrade
83+
pkgin -y install git cmake
8484
SHELL
8585

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

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 upgrade -f
83-
pkgin install -y git cmake
82+
pkgin update
83+
pkgin -y install git cmake
8484
SHELL
8585

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

0 commit comments

Comments
 (0)