Skip to content

Commit 198d357

Browse files
committed
stupid typo
1 parent 03016ab commit 198d357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mbtserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest, macos-latest]
38-
compiler: [g++ -c++17, clang++ -std=c++17]
38+
compiler: [g++ -std=c++17, clang++ -std=c++17]
3939

4040
steps:
4141
- uses: actions/[email protected]

0 commit comments

Comments
 (0)