Skip to content

Commit 291c8f1

Browse files
committed
Make: Disable Windows NPM builds
Relates to the #377 and the comment: #377 (comment) This temporarily disables the failing CI pipeline to generate and update docs.
1 parent 9c16dba commit 291c8f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,8 @@ jobs:
469469
os:
470470
- macos-latest
471471
- ubuntu-22.04
472-
- windows-latest
472+
# Windows pre-buld is not working
473+
# - windows-latest
473474
exclude:
474475
- arch: x86
475476
os: macos-latest

0 commit comments

Comments
 (0)