Skip to content

Commit a894ca1

Browse files
committed
No need to download node for win-arm64???
1 parent c519003 commit a894ca1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ 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-
9184
- name: Install and build dependencies
9285
run: yarn
9386
env:

0 commit comments

Comments
 (0)