Skip to content

Commit

Permalink
fix clang 17 compiler name
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyu1994 committed Dec 19, 2023
1 parent 4dd77b8 commit 9e562ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ $OS_NAME == "macos" ]] && [[ $COMPILER == "gcc" ]]; then
export CXX=g++-11
export CC=gcc-11
elif [[ $OS_NAME == "linux" ]] && [[ $COMPILER == "clang" ]]; then
export CXX=clang-17++
export CXX=clang++-17
export CC=clang-17
fi

Expand Down

0 comments on commit 9e562ba

Please sign in to comment.