We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c58d47 commit f734b7bCopy full SHA for f734b7b
.github/workflows/timbl.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, macos-latest]
34
- compiler: [g++-12, clang++]
+ compiler: [g++-12, clang++ -std=c++17]
35
36
steps:
37
0 commit comments