This commit is contained in:
crazywhalecc 2025-10-26 11:23:16 +08:00
parent 2258ebf2a9
commit b8854f1489
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 4 additions and 4 deletions

View File

@ -209,6 +209,6 @@ jobs:
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
path: log
- name: Setup tmate session
if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }}
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }}
# uses: mxschmitt/action-tmate@v3

View File

@ -40,7 +40,7 @@ class LinuxToolCheckList
'tar', 'unzip', 'gzip', 'gcc', 'g++',
'bzip2', 'cmake', 'patch', 'which',
'xz', 'libtool', 'gettext-devel',
'patchelf',
'patchelf', 'file',
];
public const TOOLS_ARCH = [