Update winArm.yml

This commit is contained in:
smartfridge 2022-11-19 20:05:28 +01:00 committed by GitHub
parent cdc331392e
commit a072e389a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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