Skip to content

Commit

Permalink
show disk usage when failed
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneGreen committed Sep 3, 2023
1 parent 1cfa207 commit 0db1579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R2S-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: If Toolchain Error
if: steps.maketoolchain.outcome == 'failure'
run: |
df -h
cd openwrt && make toolchain/install -j1 V=s
- name: Compile OpenWrt
Expand All @@ -125,6 +126,7 @@ jobs:
- name: If Compiling Error
if: steps.compileopenwrt.outcome == 'failure'
run: |
df -h
cat openwrt/.config
echo '================================================================'
cd openwrt && make -j1 V=s
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/x86-OpenWrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: If Toolchain Error
if: steps.maketoolchain.outcome == 'failure'
run: |
df -h
cd openwrt && make toolchain/install -j1 V=s
- name: Compile OpenWrt
Expand All @@ -125,6 +126,7 @@ jobs:
- name: If Compiling Error
if: steps.compileopenwrt.outcome == 'failure'
run: |
df -h
cat openwrt/.config
echo '================================================================'
cd openwrt && make -j1 V=s
Expand Down

0 comments on commit 0db1579

Please sign in to comment.