We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2b14e commit 0b4393fCopy full SHA for 0b4393f
1 file changed
.github/workflows/build_windows.yml
@@ -66,12 +66,12 @@ jobs:
66
if("${{ matrix.libs }}" -eq "shared") {
67
$shared_libs = "ON"
68
} else {
69
- $shared_libs = "ON"
+ $shared_libs = "OFF"
70
}
71
if("${{ matrix.fslib }}" -eq "boost") {
72
$use_boost = "ON"
73
74
- $use_boost = "ON"
+ $use_boost = "OFF"
75
76
if("${{ matrix.arch }}" -eq "X64") {
77
$triplet = "x64-windows"
0 commit comments