Tools: Fixed CI for macOS build

This commit is contained in:
Laurent Cozic
2021-06-10 17:02:52 +02:00
parent e617e6fab3
commit 7c93e268e4
4 changed files with 6 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ IS_PULL_REQUEST=0
IS_DEV_BRANCH=0
IS_LINUX=0
IS_MACOS=0
IS_CONTINUOUS_INTEGRATION=1
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
IS_PULL_REQUEST=1