Skip to content

Commit

Permalink
fix: disable windows nodejs check
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Feb 7, 2025
1 parent 8a27242 commit 8565cf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bindings.nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
- { target: aarch64-unknown-linux-gnu, runner: ubuntu-20.04 }
- { target: x86_64-unknown-linux-musl, runner: ubuntu-latest }
- { target: aarch64-unknown-linux-musl, runner: ubuntu-latest }
- { target: x86_64-pc-windows-msvc, runner: windows-latest }
- { 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 }
# - { target: aarch64-pc-windows-msvc, runner: windows-latest }
- { target: x86_64-apple-darwin, runner: macos-latest }
- { target: aarch64-apple-darwin, runner: macos-latest }
steps:
Expand Down

0 comments on commit 8565cf1

Please sign in to comment.