mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ci: run sudo apt update on arm64
This commit is contained in:
parent
62a91e6a6d
commit
5b50726150
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
|
||||||
- name: Install qemu
|
- name: Install qemu
|
||||||
run: sudo apt install -y qemu-kvm libvirt-daemon-system virtinst libvirt-clients bridge-utils && sudo systemctl enable libvirtd && sudo systemctl start libvirtd
|
run: sudo apt update && 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
|
- name: Install snapcraft
|
||||||
run: sudo apt install -y 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
|
||||||
|
|
Loading…
Reference in a new issue