diff options
Diffstat (limited to 'ci/cmake_install_test.sh')
-rwxr-xr-x | ci/cmake_install_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cmake_install_test.sh b/ci/cmake_install_test.sh index ab3b86f0..871490ff 100755 --- a/ci/cmake_install_test.sh +++ b/ci/cmake_install_test.sh @@ -48,7 +48,7 @@ for link_type in ${LINK_TYPE}; do --tmpfs=/abseil-cpp:exec \ --workdir=/abseil-cpp \ --cap-add=SYS_PTRACE \ - -e "ABSL_GOOGLETEST_COMMIT=${ABSL_GOOGLETEST_COMMIT}" \ + -e "ABSL_GOOGLETEST_VERSION=${ABSL_GOOGLETEST_VERSION}" \ -e "ABSL_GOOGLETEST_DOWNLOAD_URL=${ABSL_GOOGLETEST_DOWNLOAD_URL}" \ -e "LINK_TYPE=${link_type}" \ --rm \ |