Skip to content

Commit a05eb49

Browse files
fixup! ci: Default clang build
1 parent 04150a5 commit a05eb49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os.id }}
1414
env:
1515
CC: ${{ matrix.compiler }}
16+
CXX: ${{ matrix.compiler }}
1617
CXXSTD: ${{ matrix.cpp_std }}
1718
strategy:
1819
matrix:
@@ -77,7 +78,7 @@ jobs:
7778
mkdir build
7879
cd build
7980
make -f ../Makefile config-${CC%%-*}
80-
make -f ../Makefile -j$procs CXXSTD=$CXXSTD CC=$CC CXX=$CC LD=$CC
81+
make -f ../Makefile -j$procs CXXSTD=$CXXSTD CC=$CC CXX=$CXX LD=$CC
8182
8283
- name: Compress build
8384
shell: bash

0 commit comments

Comments
 (0)