1
1
Fork 0
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:
smartfrigde 2024-06-15 12:35:54 +02:00
parent 5f096874d0
commit 7ecd3f7d56

View file

@ -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