Skip to content

Commit 4bc3aec

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent ea3ffda commit 4bc3aec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ jobs:
186186
187187
- name: Build package
188188
env:
189-
CXXFLAGS: "/std:c++17 /Zc:strictStrings-"
190-
CL: "/std:c++17 /Zc:strictStrings- /MD"
189+
CFLAGS: "/MD"
190+
CXXFLAGS: "/std:c++17 /MD /Zc:strictStrings-"
191+
CL: "/std:c++17 /MD /Zc:strictStrings-"
191192
run: spin build -v
192193

193194
- name: Run tests

0 commit comments

Comments
 (0)