aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-09 11:45:53 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit32cf9e11b7335de3f04f97f0cd5b1c0e0f21fb4c (patch)
treecc89dd335dd22596f97e4db3a15bb3583fa01e47 /.github
parentd73acf4d0d138efa7e85ed45c2f2df3ef2b99d96 (diff)
Build with C++20
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d28b9b0a..785c5efc 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -59,6 +59,9 @@ jobs:
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system
shell: bash
+ env:
+ CC: gcc-10
+ CXX: g++-10
working-directory: ${{github.workspace}}/build
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.