From 4854c9c604b7e0cbc917817f123e2f2422834894 Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Mon, 20 May 2024 15:21:38 +0200 Subject: [PATCH] 13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4da56c4..b96640cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: | which vagrant ls -alh /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/ - patch -p1 -d /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/ < .github/vagrant.patch + sudo patch -p1 -d /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/ < .github/vagrant.patch vagrant --version vagrant init hashicorp/bionic64 vagrant up --provider=virtualbox