From 39e77940f6f8c785288c2f2aa4685aec0b521f32 Mon Sep 17 00:00:00 2001 From: DJLevel3 Date: Sun, 17 Aug 2025 09:49:51 -0600 Subject: [PATCH] just hardcode bash, maybe that'll work --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 201a29bb..992e8a3a 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -44,7 +44,7 @@ fi if [ "$OS" = "win" ]; then VS_WHERE="C:/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe" - eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") "$(cygpath -w "$SHELL")")" + eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") bash)" MSBUILD_EXE=$("$VS_WHERE" -latest -requires Microsoft.Component.MSBuild -find "MSBuild\**\Bin\MSBuild.exe") echo $MSBUILD_EXE