Skip to content

Commit b901ed2

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 33ad75d commit b901ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
187187
- name: Build package
188188
env:
189-
CL: "/std:c++17"
189+
CL: "/std:c++17 /Zc:strictStrings-"
190190
run: spin build -v
191191

192192
- name: Run tests

0 commit comments

Comments
 (0)