fix(packaging): add sudo to package vmware-vsphere

This commit is contained in:
Kevin Duret 2023-05-29 11:58:21 +02:00
parent b905c38edb
commit 3fcf2ffeec

View File

@ -37,7 +37,7 @@ jobs:
run: |
cd vmware-vsphere-cli-distrib
perl Makefile.PL
make pure_install
sudo make pure_install
shell: bash
- name: Cache vsphere cli sources