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
7ecd3f7d56
commit
e8b9e07008
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dev.yml
vendored
6
.github/workflows/dev.yml
vendored
|
@ -73,6 +73,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
|
||||
|
||||
|
@ -99,9 +102,6 @@ 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