We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da49c05 commit b04b079Copy full SHA for b04b079
1 file changed
.github/workflows/tests.yml
@@ -180,6 +180,13 @@ jobs:
180
- name: "Run Build Tests (doctor)"
181
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}
182
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
+
190
- name: "Prepare UPX for Windows"
191
if: ${{ startsWith(matrix.os, 'windows-') }}
192
run: |
0 commit comments