mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update winArm.yml
This commit is contained in:
parent
a072e389a5
commit
e893675d6a
1 changed files with 2 additions and 3 deletions
3
.github/workflows/winArm.yml
vendored
3
.github/workflows/winArm.yml
vendored
|
@ -18,8 +18,7 @@ jobs:
|
||||||
- name: Set architecture
|
- name: Set architecture
|
||||||
run: set npm_config_arch=arm64
|
run: set npm_config_arch=arm64
|
||||||
|
|
||||||
- name: Install pnpm
|
- uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json
|
||||||
run: npm i -g pnpm && pnpm setup
|
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
run: pnpm install -g cargo-cp-artifact && pnpm install
|
run: pnpm install -g cargo-cp-artifact && pnpm install
|
||||||
|
|
Loading…
Reference in a new issue