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 c668fd7 commit 9805b99Copy full SHA for 9805b99
.github/workflows/ticcltools.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
matrix:
37
os: [ubuntu-latest, macos-latest]
38
- compiler: [g++-12, clang++]
+ compiler: [g++-12, clang++ -std=c++17]
39
40
steps:
41
- uses: actions/[email protected]
0 commit comments