mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ci: fix
This commit is contained in:
parent
d588b62008
commit
62a91e6a6d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
|
@ -74,10 +74,10 @@ jobs:
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
|
||||||
- name: Install qemu
|
- 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
|
- 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
|
- name: Install Node dependencies
|
||||||
run: pnpm i
|
run: pnpm i
|
||||||
|
|
Loading…
Reference in a new issue