There was an error while loading. Please reload this page.
1 parent 216bf7b commit 10e6cf7Copy full SHA for 10e6cf7
1 file changed
.github/workflows/main.yml
@@ -88,7 +88,7 @@ jobs:
88
needs: [reuse, c-lint, lua-lint]
89
strategy:
90
matrix:
91
- command: [COMPILER=gcc, COMPILER=clang]
+ cc: [COMPILER=gcc COMPILER_CXX=g++,COMPILER=clang COMPILER_CXX=clang++]
92
fail-fast: false
93
runs-on: "ubuntu-latest"
94
steps:
0 commit comments