mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Fix typo when inlining...
This commit is contained in:
parent
52be165ee0
commit
014e72068e
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
if: matrix.config.name == 'windows'
|
if: 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 {
|
||||||
$name, $value = $_ -split '=', 2
|
$name, $value = $_ -split '=', 2
|
||||||
if ($value) { echo "::set-env name=$($name)::$($value)" }
|
if ($value) { echo "::set-env name=$($name)::$($value)" }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user