Skip to content

Commit 8565cf1

Browse files
committed
fix: disable windows nodejs check
1 parent 8a27242 commit 8565cf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bindings.nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
- { target: aarch64-unknown-linux-gnu, runner: ubuntu-20.04 }
5555
- { target: x86_64-unknown-linux-musl, runner: ubuntu-latest }
5656
- { target: aarch64-unknown-linux-musl, runner: ubuntu-latest }
57-
- { target: x86_64-pc-windows-msvc, runner: windows-latest }
58-
- { target: aarch64-pc-windows-msvc, runner: windows-latest }
57+
# resolve it after: https://github.com/actions/setup-node/issues/1222
58+
# - { target: x86_64-pc-windows-msvc, runner: windows-latest }
59+
# - { target: aarch64-pc-windows-msvc, runner: windows-latest }
5960
- { target: x86_64-apple-darwin, runner: macos-latest }
6061
- { target: aarch64-apple-darwin, runner: macos-latest }
6162
steps:

0 commit comments

Comments
 (0)