We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69502c4 commit 50a2d33Copy full SHA for 50a2d33
.github/workflows/dimbl.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
os: [ubuntu-latest, macos-latest]
36
- compiler: [g++-12, clang++]
+ compiler: [g++-12, clang++ -std=c++17]
37
38
steps:
39
- uses: actions/[email protected]
0 commit comments