We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c50a1 commit 388ea9fCopy full SHA for 388ea9f
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
sudo apt-get install \
46
valgrind \
47
- clang-11
+ clang
48
49
- name: Install legacy Intel compiler
50
if: ${{ matrix.compiler == 'ICC' }}
@@ -68,8 +68,8 @@ jobs:
68
export CXX=/usr/bin/g++
69
export CC=/usr/bin/gcc
70
elif [ ${{ matrix.compiler }} = CLANG ]; then
71
- export CXX=/usr/bin/clang++-11
72
- export CC=/usr/bin/clang-11
+ export CXX=/usr/bin/clang++
+ export CC=/usr/bin/clang
73
elif [ ${{ matrix.compiler }} = ICC ]; then
74
export CXX=icpc
75
export CC=icc
0 commit comments