Skip to content

Commit

Permalink
Use GCC to build hictk's Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Sep 27, 2023
1 parent cac5aa5 commit cb15aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
OS_NAME='ubuntu'
OS_VERSION='22.04'
C_COMPILER='clang-15'
CXX_COMPILER='clang++-15'
C_COMPILER='gcc-12'
CXX_COMPILER='g++-12'
BUILD_BASE_IMAGE="ghcr.io/paulsengroup/ci-docker-images/$OS_NAME-$OS_VERSION-cxx-$C_COMPILER:latest"
TEST_BASE_IMAGE="$BUILD_BASE_IMAGE"
Expand Down

0 comments on commit cb15aa7

Please sign in to comment.