cmake(ci): Fix Vagrant Python

This commit is contained in:
Mizux Seiha
2021-01-12 23:59:53 +01:00
parent 8422c1f23e
commit bb42e91f8e

View File

@@ -95,7 +95,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "devel", type: "shell", inline:<<-SHELL
set -x
echo 'export PATH=/home/root/.local/bin:$PATH' >> /home/root/.bashrc
echo 'export PATH=${HOME}/.local/bin:$PATH' >> ${HOME}/.bashrc
cd project
ls
SHELL