We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9824045 commit 9a6b3f9Copy full SHA for 9a6b3f9
1 file changed
tools/ci/installBoost.sh
@@ -46,7 +46,7 @@ fi
46
47
cd "${FILE_NAME}"
48
49
-if [[ "${TRAVIS_OS_NAME:-}" == "windows" ]]; then
+if [[ "${TRAVIS_OS_NAME:-}" == "windows" ]] || [[ "${RUNNER_OS:-}" == "Windows" ]]; then
50
TOOLSET="toolset=msvc"
51
NPROC=2
52
else
0 commit comments