Skip to content

Commit b4a1974

Browse files
committed
deps: pin msvs version to vs2022
1 parent 13c28f6 commit b4a1974

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci-win.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ permissions:
1111
jobs:
1212
test:
1313
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'
1421
strategy:
1522
fail-fast: false
1623
matrix:

0 commit comments

Comments
 (0)