mirror of
https://github.com/clangd/clangd.git
synced 2025-04-19 23:22:59 +00:00
Remove remaining reference to GRPC_BUILD_PATH
This commit is contained in:
parent
653c3fc94b
commit
2e82cab2b2
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
${{ matrix.config.grpc_cmake }}
|
||||
|
||||
ninja -C ${{ env.GPC_BUILD_PATH }} install
|
||||
ninja -C grpc-build install
|
||||
- name: Fetch target commit
|
||||
uses: actions/download-artifact@v1
|
||||
with: { name: release }
|
||||
|
Loading…
Reference in New Issue
Block a user