Skip to content

Commit 8d073f6

Browse files
authored
ci: fix check system info (#17822)
1 parent 3547bee commit 8d073f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup_build_tool/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
shell: bash
106106
run: |
107107
uname -a
108-
grep "^model" /proc/cpuinfo
108+
cat /proc/cpuinfo
109109
free -h
110110
111111
# - uses: everpcpc/actions-cache@v1

0 commit comments

Comments
 (0)