mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Use sudo
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -29,6 +29,6 @@ jobs:
|
|||||||
echo Uploaded https://clovervm.ams3.digitaloceanspaces.com/$(ls)
|
echo Uploaded https://clovervm.ams3.digitaloceanspaces.com/$(ls)
|
||||||
working-directory: output-virtualbox-ovf
|
working-directory: output-virtualbox-ovf
|
||||||
- name: Install ovftool
|
- name: Install ovftool
|
||||||
run: installer -pkg "VMware OVF Tool.pkg" -target /
|
run: sudo installer -pkg "VMware OVF Tool.pkg" -target /
|
||||||
- name: Convert to Parallels
|
- name: Convert to Parallels
|
||||||
run: /Applications/VMware\ OVF\ Tool/ovftool --lax output-virtualbox-ovf/*.ova clover-devel.vmx && ls
|
run: /Applications/VMware\ OVF\ Tool/ovftool --lax output-virtualbox-ovf/*.ova clover-devel.vmx && ls
|
||||||
|
|||||||
Reference in New Issue
Block a user