We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04150a5 commit a05eb49Copy full SHA for a05eb49
.github/workflows/test-linux.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os.id }}
14
env:
15
CC: ${{ matrix.compiler }}
16
+ CXX: ${{ matrix.compiler }}
17
CXXSTD: ${{ matrix.cpp_std }}
18
strategy:
19
matrix:
@@ -77,7 +78,7 @@ jobs:
77
78
mkdir build
79
cd build
80
make -f ../Makefile config-${CC%%-*}
- 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
82
83
- name: Compress build
84
shell: bash
0 commit comments