diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2225b6d2..7eeb0059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,8 +340,13 @@ jobs: make stats ldd build/qjs - name: cxxtest + if: ${{ matrix.sys != 'clang64' }} run: | make cxxtest + - name: cxxtest + if: ${{ matrix.sys == 'clang64' }} + run: | + make cxxtest CXX=clang++ - name: test run: | make test