mirror of
https://github.com/clangd/clangd.git
synced 2025-04-20 23:53:02 +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'
|
||||
shell: powershell
|
||||
run: |
|
||||
cmd /c "`"${{ matrix.config.vcvars }})`">NUL && set" | Foreach-Object {
|
||||
cmd /c "`"${{ matrix.config.vcvars }}`">NUL && set" | Foreach-Object {
|
||||
$name, $value = $_ -split '=', 2
|
||||
if ($value) { echo "::set-env name=$($name)::$($value)" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user