We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a27242 commit 8565cf1Copy full SHA for 8565cf1
.github/workflows/bindings.nodejs.yml
@@ -54,8 +54,9 @@ jobs:
54
- { target: aarch64-unknown-linux-gnu, runner: ubuntu-20.04 }
55
- { target: x86_64-unknown-linux-musl, runner: ubuntu-latest }
56
- { 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 }
+ # resolve it after: https://github.com/actions/setup-node/issues/1222
+ # - { target: x86_64-pc-windows-msvc, runner: windows-latest }
59
+ # - { target: aarch64-pc-windows-msvc, runner: windows-latest }
60
- { target: x86_64-apple-darwin, runner: macos-latest }
61
- { target: aarch64-apple-darwin, runner: macos-latest }
62
steps:
0 commit comments