File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
- name : Build package
43
43
run : |
44
- CXXFLAGS=-- coverage CFLAGS=--coverage python scripts/build/install.py
44
+ CXXFLAGS="-std=c++17 -- coverage" CFLAGS=" --coverage" python scripts/build/install.py
45
45
# coverage tests
46
46
- name : Run tests
47
47
run : |
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Build package
104
104
run : |
105
- CXXFLAGS="-std=c++17 python scripts/build/install.py
105
+ CXXFLAGS="-std=c++17" python scripts/build/install.py
106
106
107
107
- name : Run tests
108
108
run : |
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
- name : Build package
145
145
run : |
146
- CXXFLAGS="-std=c++17 python scripts/build/install.py
146
+ CXXFLAGS="-std=c++17" python scripts/build/install.py
147
147
148
148
- name : Run tests
149
149
run : |
You can’t perform that action at this time.
0 commit comments