mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Fix Powershell issues after the update
This commit is contained in:
parent
7f25d84caa
commit
180c5d128c
4
.github/workflows/autobuild.yaml
vendored
4
.github/workflows/autobuild.yaml
vendored
@ -86,7 +86,9 @@ jobs:
|
|||||||
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 "$($name)=$($value)" >> $GITHUB_ENV }
|
if ($value) {
|
||||||
|
echo "$($name)=$($value)" >> $env:GITHUB_ENV
|
||||||
|
}
|
||||||
}
|
}
|
||||||
- name: Fetch target commit
|
- name: Fetch target commit
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user