1
1
Fork 0
mirror of https://github.com/smartfrigde/armcord.git synced 2024-08-14 23:56:58 +00:00
This commit is contained in:
smartfrigde 2024-06-15 12:53:12 +02:00
parent d588b62008
commit 62a91e6a6d

View file

@ -74,10 +74,10 @@ jobs:
cache: "pnpm"
- name: Install qemu
run: sudo apt install qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd
run: sudo apt install -y qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd
- name: Install snapcraft
run: sudo apt install snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge
run: sudo apt install -y snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge
- name: Install Node dependencies
run: pnpm i