mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
ci: install snap on arm64
This commit is contained in:
parent
5f096874d0
commit
7ecd3f7d56
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
|
@ -99,6 +99,9 @@ jobs:
|
|||
node-version: 22
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install snapcraft
|
||||
run: sudo apt install snapd && sudo snap install snapcraft --classic
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm i
|
||||
|
||||
|
|
Loading…
Reference in a new issue