Skip to content

Commit 0893d07

Browse files
Fixed workflow to build with clang
1 parent f0357d1 commit 0893d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
export CC=$CMPLR_ROOT/../latest/bin-llvm/clang
6161
export CXX=$CMPLR_ROOT/../latest/bin-llvm/clang++
6262
echo "CC = ${CC} CXX=${CXX}"
63-
ls -l ${CC} ${CXX}
63+
ls -l ${CC} ${CXX}
6464
python setup.py develop
6565
6666
- name: Run mkl_random tests

0 commit comments

Comments
 (0)