Skip to content

Commit

Permalink
#283: Update GoogleTest version to fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Mar 22, 2023
1 parent fc35d15 commit eb6ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV PATH=/cmake/bin/:$PATH
ENV LESSCHARSET=utf-8

COPY ./ci/deps/gtest.sh gtest.sh
RUN ./gtest.sh 1.8.1 /pkgs
RUN ./gtest.sh 1.12.1 /pkgs
ENV GTEST_ROOT=/pkgs/gtest/install

COPY ./ci/deps/kokkos.sh kokkos.sh
Expand Down

0 comments on commit eb6ae5e

Please sign in to comment.