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 b04b079 commit 544fd15Copy full SHA for 544fd15
1 file changed
.github/workflows/tests.yml
@@ -180,13 +180,6 @@ 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: |
@@ -216,6 +209,6 @@ jobs:
216
209
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
217
210
path: log
218
211
219
-# - name: Setup tmate session
220
-# if: ${{ failure() }}
221
-# uses: mxschmitt/action-tmate@v3
212
+ - name: Setup tmate session
213
+ if: ${{ failure() }}
214
+ uses: mxschmitt/action-tmate@v3
0 commit comments