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
8
.github/workflows/winArm.yml
vendored
8
.github/workflows/winArm.yml
vendored
|
@ -14,11 +14,13 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set architecture
|
||||||
|
run: set npm_config_arch=arm64
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: npm i -g pnpm && pnpm setup
|
run: npm i -g pnpm && pnpm setup
|
||||||
- name: Set architecture
|
|
||||||
run: set npm_config_arch=arm64
|
|
||||||
- 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
|
||||||
|
|
||||||
|
@ -35,4 +37,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ArmCordWindows
|
name: ArmCordWindows
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
Loading…
Reference in a new issue