Skip to content

Commit b8854f1

Browse files
committed
Add file
1 parent 2258ebf commit b8854f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ jobs:
209209
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
210210
path: log
211211

212-
- name: Setup tmate session
213-
if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }}
214-
uses: mxschmitt/action-tmate@v3
212+
# - name: Setup tmate session
213+
# if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }}
214+
# uses: mxschmitt/action-tmate@v3

src/SPC/doctor/item/LinuxToolCheckList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class LinuxToolCheckList
4040
'tar', 'unzip', 'gzip', 'gcc', 'g++',
4141
'bzip2', 'cmake', 'patch', 'which',
4242
'xz', 'libtool', 'gettext-devel',
43-
'patchelf',
43+
'patchelf', 'file',
4444
];
4545

4646
public const TOOLS_ARCH = [

0 commit comments

Comments
 (0)