Skip to content

Commit d858535

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 0c399b4 commit d858535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)