Skip to content

Commit

Permalink
squash! CXX=clang++ if clang64
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 24, 2024
1 parent 523d21e commit 2c68734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c68734

Please sign in to comment.