Skip to content

Commit de02963

Browse files
committed
Revert "No need to download node for win-arm64???"
This reverts commit a894ca1.
1 parent a894ca1 commit de02963

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
with:
8282
node-version: ${{ matrix.node }}
8383
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+
8491
- name: Install and build dependencies
8592
run: yarn
8693
env:

0 commit comments

Comments
 (0)