From b04b07926758bddf826da649d401967a1e2b857e Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 10 Apr 2026 13:22:06 +0800 Subject: [PATCH] test --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 132b33f0..8d91397a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -180,6 +180,13 @@ jobs: - name: "Run Build Tests (doctor)" run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }} + - name: "ACLOCAL" + run: | + ls -lah /opt/homebrew/share/aclocal + autoconf --version + aclocal --print-ac-dir + echo $ACLOCAL_PATH + - name: "Prepare UPX for Windows" if: ${{ startsWith(matrix.os, 'windows-') }} run: |