From dc7e73e115e3681c34185a32bedd35af0f55195b Mon Sep 17 00:00:00 2001 From: JMoodyFWD Date: Tue, 6 May 2025 11:00:13 -0600 Subject: [PATCH] Change TOOLS_DIR to SETUP_PHP_TOOLS_DIR to prevent regression --- src/scripts/unix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/unix.sh b/src/scripts/unix.sh index 2432626f..0fd69a59 100644 --- a/src/scripts/unix.sh +++ b/src/scripts/unix.sh @@ -55,7 +55,7 @@ read_env() { fail_fast="${fail_fast:-${FAIL_FAST:-false}}" [[ -z "${ImageOS}" && -z "${ImageVersion}" || -n ${ACT} ]] && _runner=self-hosted || _runner=github runner="${runner:-${RUNNER:-$_runner}}" - tool_path_dir="${tools_dir:-${TOOLS_DIR:-/usr/local/bin}}" + tool_path_dir="${setup_php_tools_dir:-${SETUP_PHP_TOOLS_DIR:-/usr/local/bin}}" if [[ "$runner" = "github" && $_runner = "self-hosted" ]]; then fail_fast=true @@ -76,7 +76,7 @@ read_env() { export runner export update export ts - export tools_dir_path + export tool_path_dir } # Function to create a lock.