Remove remaining reference to GRPC_BUILD_PATH

This commit is contained in:
Kirill Bobyrev 2020-10-16 11:33:45 +02:00
parent 653c3fc94b
commit 2e82cab2b2
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -118,7 +118,7 @@ jobs:
"-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_BUILD_TYPE=Release"
${{ matrix.config.grpc_cmake }} ${{ matrix.config.grpc_cmake }}
ninja -C ${{ env.GPC_BUILD_PATH }} install ninja -C grpc-build install
- name: Fetch target commit - name: Fetch target commit
uses: actions/download-artifact@v1 uses: actions/download-artifact@v1
with: { name: release } with: { name: release }