updated build.yml to c++11

This commit is contained in:
John Dupuy
2023-11-02 20:48:18 -05:00
parent ae7ab0c29b
commit 6ed1e41942

View File

@@ -58,6 +58,7 @@ 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 }}