We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dadf7a commit d3d0db7Copy full SHA for d3d0db7
.github/workflows/ci.yml
@@ -554,14 +554,12 @@ jobs:
554
sudo ./ci/install_protobuf.sh
555
sudo ./ci/setup_grpc.sh -r $GRPC_VERSION -s $CXX_STANDARD -p protobuf
556
- name: build and run tests
557
- env:
558
- OTEL_CPP_TEST_INSTALL_DIR: "${{ env.HOME }}/test-install"
559
run: |
+ export OTEL_CPP_TEST_INSTALL_DIR=$HOME/test-install
560
./ci/do_ci.sh cmake.install.test
561
- name: verify packages
562
563
- PKG_CONFIG_PATH: "${{ env.HOME }}/test-install/lib/pkgconfig:${{ env.PKG_CONFIG_PATH }}"
564
+ export PKG_CONFIG_PATH=$HOME/test-install/lib/pkgconfig:$PKG_CONFIG_PATH
565
./ci/verify_packages.sh
566
567
plugin_test:
0 commit comments