Skip to content

Commit 21f412c

Browse files
authored
Update build-php-unix.yml
1 parent 8d8b352 commit 21f412c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-php-unix.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ jobs:
136136

137137
- run: ${{ steps.process-env.outputs.CMD }} doctor --auto-fix
138138

139+
- name: "ACLOCAL"
140+
run: |
141+
autoconf --version
142+
aclocal --print-ac-dir
143+
echo $ACLOCAL_PATH
144+
139145
# If there's no dependencies cache, fetch sources
140146
- name: "Download sources"
141147
env:

0 commit comments

Comments
 (0)