mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ci: install multipass on arm64
This commit is contained in:
parent
fa7e794fef
commit
3abe061b91
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"
|
||||
|
||||
- name: Install snapcraft
|
||||
run: sudo apt install snapd && sudo snap install snapcraft --classic
|
||||
run: sudo apt install snapd && sudo snap install snapcraft --classic && sudo snap install multipass --edge
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm i
|
||||
|
|
Loading…
Reference in a new issue