mirror of
https://github.com/clangd/clangd.git
synced 2025-09-05 13:31:42 +00:00
fix typo
This commit is contained in:
parent
a5f42f93cb
commit
e62ec6fe90
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user