Skip to content

Commit 421702a

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent b901ed2 commit 421702a

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 /Zc:strictStrings-"
189+
CXXFLAGS: "/std:c++17 /Zc:strictStrings-"
190190
run: spin build -v
191191

192192
- name: Run tests

0 commit comments

Comments
 (0)