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