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