reverted build.yml change; added refs for clang++

This commit is contained in:
John Dupuy
2023-11-02 21:47:46 -05:00
parent 6ed1e41942
commit 30822f3513
5 changed files with 4 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ jobs:
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_CXX_STANDARD=11
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}