diff --git a/.circleci/config.yml b/.circleci/config.yml index 69433062..f3aff602 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.tar.gz tar xzvf /tmp/haxe.tar.gz -C /tmp/haxe --strip-components=1 export PATH=/tmp/haxe/:"$PATH" - export HAXE_STD_PATH=/tmp/haxe/std" + export HAXE_STD_PATH=/tmp/haxe/std /tmp/haxe/haxe --version brew install cmake brew install libpthread-stubs