mirror of
https://github.com/clangd/clangd.git
synced 2025-09-05 21:40:53 +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.
|
# 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).
|
# (It'd be nice to only export the variables that *changed*, oh well).
|
||||||
- name: Visual Studio environment
|
- name: Visual Studio environment
|
||||||
if: mstartsWith(matrix.config.name, 'windows')
|
if: startsWith(matrix.config.name, 'windows')
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
cmd /c "`"${{ matrix.config.vcvars }}`">NUL && set" | Foreach-Object {
|
cmd /c "`"${{ matrix.config.vcvars }}`">NUL && set" | Foreach-Object {
|
||||||
|
Loading…
Reference in New Issue
Block a user