Update cmake.yml

This commit is contained in:
Robin Davies
2022-04-23 11:26:33 -04:00
committed by GitHub
parent 8467053d04
commit f572d92f1c
+2 -2
View File
@@ -36,8 +36,8 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
env:
CC: gcc-10
CXX: g++-10
CC: gcc-11
CXX: g++-11
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}