There was an error while loading. Please reload this page.
1 parent 13c28f6 commit b4a1974Copy full SHA for b4a1974
1 file changed
.github/workflows/ci-win.yml
@@ -11,6 +11,13 @@ permissions:
11
jobs:
12
test:
13
timeout-minutes: 30
14
+ # The Visual Studio 2026 preview toolset (MSVC v145) shipped on the
15
+ # windows-2025 image hits an internal compiler error (C1001) when
16
+ # compiling the templated InstanceAccessor/StaticAccessor helpers. Pin
17
+ # node-gyp to the stable Visual Studio 2022 toolset until the compiler
18
+ # bug is fixed upstream.
19
+ env:
20
+ npm_config_msvs_version: '2022'
21
strategy:
22
fail-fast: false
23
matrix:
0 commit comments