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
cdc331392e
commit
a072e389a5
1 changed files with 5 additions and 3 deletions
6
.github/workflows/winArm.yml
vendored
6
.github/workflows/winArm.yml
vendored
|
@ -15,10 +15,12 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
- name: Set architecture
|
||||
run: set npm_config_arch=arm64
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install -g cargo-cp-artifact && pnpm install
|
||||
|
||||
|
|
Loading…
Reference in a new issue