Skip to content

Commit b04b079

Browse files
committed
test
1 parent da49c05 commit b04b079

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@ jobs:
180180
- name: "Run Build Tests (doctor)"
181181
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}
182182

183+
- name: "ACLOCAL"
184+
run: |
185+
ls -lah /opt/homebrew/share/aclocal
186+
autoconf --version
187+
aclocal --print-ac-dir
188+
echo $ACLOCAL_PATH
189+
183190
- name: "Prepare UPX for Windows"
184191
if: ${{ startsWith(matrix.os, 'windows-') }}
185192
run: |

0 commit comments

Comments
 (0)