From 586906c8e060e6310a42a8ae1d33bc65a38a74b3 Mon Sep 17 00:00:00 2001 From: Boof2015 <75185879+Boof2015@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:46:49 -0400 Subject: [PATCH] fix ci error --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61f80e1..e182580 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,13 @@ jobs: sudo apt-get install -y libpulse-dev - name: Build native DSP module + env: + # node-gyp's Visual Studio auto-detect shells out a PowerShell script + # whose output overflows its internal stdout buffer on windows-latest + # (RangeError ERR_CHILD_PROCESS_STDIO_MAXBUFFER → "Could not find any + # Visual Studio installation"). Telling it the version directly skips + # the broken enumeration. Harmless on macOS / Linux. + GYP_MSVS_VERSION: 2022 run: npm run rebuild:native - name: Verify native module exists