From e62ec6fe90ee590b8677fbe754d7396ef2b72f66 Mon Sep 17 00:00:00 2001 From: Kendell R Date: Wed, 20 Aug 2025 15:06:31 -0700 Subject: [PATCH] fix typo --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index 7014e5c..8168ffd 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -270,7 +270,7 @@ jobs: # Run vcvars64.bat and re-export the current environment to the workflow. # (It'd be nice to only export the variables that *changed*, oh well). - name: Visual Studio environment - if: mstartsWith(matrix.config.name, 'windows') + if: startsWith(matrix.config.name, 'windows') shell: powershell run: | cmd /c "`"${{ matrix.config.vcvars }}`">NUL && set" | Foreach-Object {