Skip to content

Commit

Permalink
Update x86-x64-openwrt-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DHDAXCW authored Aug 14, 2024
1 parent 9d3b5a7 commit ff09922
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/x86-x64-openwrt-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Initialization Environment
env:
DEBIAN_FRONTEND: noninteractive
run: |
echo -e "Total CPU cores\t: $(nproc)"
cat /proc/cpuinfo | grep 'model name'
free -h
uname -a
[ -f /proc/version ] && cat /proc/version
[ -f /etc/issue.net ] && cat /etc/issue.net
[ -f /etc/issue ] && cat /etc/issue
ulimit -a
- name: Clone Source Code
run: |
df -hT $PWD
Expand Down

0 comments on commit ff09922

Please sign in to comment.