We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a894ca1 commit de02963Copy full SHA for de02963
.github/workflows/ci.yml
@@ -81,6 +81,13 @@ jobs:
81
with:
82
node-version: ${{ matrix.node }}
83
cache: yarn
84
+
85
+ # This step can be removed as soon as official Windows arm64 builds are published:
86
+ # https://github.com/nodejs/build/issues/2450#issuecomment-705853342
87
+ - name: Get NodeJS node-gyp lib for Windows arm64
88
+ if: ${{ matrix.os == 'windows-2019' && matrix.arch == 'arm64' }}
89
+ run: .\script\download-nodejs-win-arm64.ps1 ${{ matrix.node }}
90
91
- name: Install and build dependencies
92
run: yarn
93
env:
0 commit comments