Skip to content

Commit dc99662

Browse files
committed
Fix Typo: clang-12
1 parent 682dca7 commit dc99662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
sudo apt-get install clang-12 gfortran libmpich-dev python3
175175
sudo .github/workflows/dependencies/install_spack
176176
- name: Build
177-
env: {CC: clang++-12, CXX: clang++-12, CXXFLAGS: -Werror}
177+
env: {CC: clang-12, CXX: clang++-12, CXXFLAGS: -Werror}
178178
run: |
179179
cmake --version
180180
mpiexec --version

0 commit comments

Comments
 (0)