Update winArm.yml

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

View file

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