Skip to content

Commit 10e6cf7

Browse files
committed
try: matrix github action for c++
1 parent 216bf7b commit 10e6cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
needs: [reuse, c-lint, lua-lint]
8989
strategy:
9090
matrix:
91-
command: [COMPILER=gcc, COMPILER=clang]
91+
cc: [COMPILER=gcc COMPILER_CXX=g++,COMPILER=clang COMPILER_CXX=clang++]
9292
fail-fast: false
9393
runs-on: "ubuntu-latest"
9494
steps:

0 commit comments

Comments
 (0)