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 {