Skip to content

Commit a39171a

Browse files
committed
[Github Actions] Define CXX as clang++
1 parent dc61ccc commit a39171a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
needs: build-v8
6464
runs-on: ${{ matrix.os }}
6565
env:
66+
CC: clang
67+
CXX: clang++
6668
DIST_NAME: stpyv8-linux-py${{ matrix.python-version }}
6769
STPYV8_BOOST_PYTHON: boost_python${{ matrix.python-version }}
6870
strategy:

0 commit comments

Comments
 (0)