Skip to content

Commit

Permalink
adding standard to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Urs Hofmann committed Jul 22, 2024
1 parent 9adf052 commit 3d1349e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,15 @@ jobs:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
# define the standard C++ version to use
env:
CXX_STANDARD: 20
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
# define the standard C++ version to use
env:
CXX_STANDARD: 20

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3d1349e

Please sign in to comment.