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
5
.github/workflows/winArm.yml
vendored
5
.github/workflows/winArm.yml
vendored
|
@ -14,12 +14,11 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: Set architecture
|
||||
run: set npm_config_arch=arm64
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
- uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install -g cargo-cp-artifact && pnpm install
|
||||
|
|
Loading…
Reference in a new issue