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 4141
4242 - name : Build package
4343 run : |
44- CXXFLAGS=-- coverage CFLAGS=--coverage python scripts/build/install.py
44+ CXXFLAGS="-std=c++17 -- coverage" CFLAGS=" --coverage" python scripts/build/install.py
4545 # coverage tests
4646 - name : Run tests
4747 run : |
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Build package
104104 run : |
105- CXXFLAGS="-std=c++17 python scripts/build/install.py
105+ CXXFLAGS="-std=c++17" python scripts/build/install.py
106106
107107 - name : Run tests
108108 run : |
@@ -143,7 +143,7 @@ jobs:
143143
144144 - name : Build package
145145 run : |
146- CXXFLAGS="-std=c++17 python scripts/build/install.py
146+ CXXFLAGS="-std=c++17" python scripts/build/install.py
147147
148148 - name : Run tests
149149 run : |
You can’t perform that action at this time.
0 commit comments