Skip to content

Commit 9a6b3f9

Browse files
committed
Support GHA env variables
1 parent 9824045 commit 9a6b3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/installBoost.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
cd "${FILE_NAME}"
4848

49-
if [[ "${TRAVIS_OS_NAME:-}" == "windows" ]]; then
49+
if [[ "${TRAVIS_OS_NAME:-}" == "windows" ]] || [[ "${RUNNER_OS:-}" == "Windows" ]]; then
5050
TOOLSET="toolset=msvc"
5151
NPROC=2
5252
else

0 commit comments

Comments
 (0)