mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ci: install qemu on arm64
This commit is contained in:
parent
3abe061b91
commit
d2e875286e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
|
@ -73,6 +73,9 @@ jobs:
|
|||
node-version: 22
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install qemu
|
||||
run: sudo apt install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
|
||||
|
||||
- name: Install snapcraft
|
||||
run: sudo apt install snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge
|
||||
|
||||
|
|
Loading…
Reference in a new issue