diff --git a/.github/actions/tool_tests/action.yaml b/.github/actions/tool_tests/action.yaml index c7866fefb..d2f62d75a 100644 --- a/.github/actions/tool_tests/action.yaml +++ b/.github/actions/tool_tests/action.yaml @@ -52,6 +52,8 @@ runs: ;; macOS) brew install php@8.2 gnupg + which php + php --version ;; Windows) echo "PLATFORM_APPEND_ARGS=--maxWorkers=5" >> "$GITHUB_ENV"