From e47f4a9016ecb156c45cfaad369cdf4e634cbfec Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Sun, 28 Aug 2016 21:54:41 +0200 Subject: [PATCH] Missing STEP variable --- CI/before_script.msvc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index a7df33b23..3d6c96174 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -4,6 +4,7 @@ set -euo pipefail APPVEYOR=${APPVEYOR:-} CI=${CI:-} +STEP=${STEP:-} VERBOSE="" STRIP=""