File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ export PATH=${PATH}:/usr/lib/jvm/java/bin:/usr/lib/jvm/jre/bin
5656command -v java
5757
5858log " Installing KVM"
59- # install_package qemu-kvm || install_package kvm || install_package @virt
59+ # ## install_package qemu-kvm || install_package kvm || install_package @virt
6060# https://help.ubuntu.com/community/KVM/Installation
61- install_package qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
62- sudo adduser " $( id -un) " libvirt || true
63- sudo adduser " $( id -un) " kvm || true
64- virsh list --all || true
65- ls -la /var/run/libvirt/libvirt-sock || true
66- ls -l /dev/kvm || true
67- rmmod kvm || true
68- modprobe -a kvm || true
69- ls /etc/udev/rules.d/99-kvm4all.rules || true
61+ # install_package qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
62+ # sudo adduser "$(id -un)" libvirt || true
63+ # sudo adduser "$(id -un)" kvm || true
64+ # virsh list --all || true
65+ # ls -la /var/run/libvirt/libvirt-sock || true
66+ # ls -l /dev/kvm || true
67+ # rmmod kvm || true
68+ # modprobe -a kvm || true
69+ # ls /etc/udev/rules.d/99-kvm4all.rules || true
7070
7171# download and install the Android SDK
7272log " Installing Android cmdline-tools"
Original file line number Diff line number Diff line change @@ -606,6 +606,9 @@ jobs:
606606 run : swift --version
607607 - name : Clang version
608608 run : clang --version
609+ - name : Free Disk Space
610+ run : |
611+ rm -rf /opt/microsoft /opt/google /usr/share/dotnet /opt/ghc /usr/local/share/boost
609612 - name : Checkout repository
610613 uses : actions/checkout@v4
611614 if : ${{ matrix.os_version != 'amazonlinux2' }}
You can’t perform that action at this time.
0 commit comments