This commit is contained in:
Kendell R 2025-08-20 15:06:31 -07:00 committed by GitHub
parent a5f42f93cb
commit e62ec6fe90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {